ITEM - The type of elementpublic class IncludeExclude<ITEM> extends IncludeExcludeSet<ITEM,ITEM>
This extension of the IncludeExcludeSet class is used
when the type of the set elements is the same as the type of
the predicate test.
| Constructor | Description |
|---|---|
IncludeExclude() |
|
IncludeExclude(java.lang.Class<SET> setClass) |
|
IncludeExclude(java.util.Set<ITEM> includeSet,
java.util.function.Predicate<ITEM> includePredicate,
java.util.Set<ITEM> excludeSet,
java.util.function.Predicate<ITEM> excludePredicate) |
clear, exclude, exclude, getExcluded, getIncluded, hasIncludes, include, include, isEmpty, isIncludedAndNotExcluded, matches, size, test, toStringCopyright © 1995–2018 Webtide. All rights reserved.