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 and 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, toString
Copyright © 1995–2023 Webtide. All rights reserved.