Package org.eclipse.jetty.util
Class IncludeExclude<ITEM>
java.lang.Object
org.eclipse.jetty.util.IncludeExcludeSet<ITEM,ITEM>
org.eclipse.jetty.util.IncludeExclude<ITEM>
- Type Parameters:
ITEM
- The type of element
- All Implemented Interfaces:
Predicate<ITEM>
Utility class to maintain a set of inclusions and exclusions.
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 Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.util.IncludeExcludeSet
asImmutable, clear, exclude, exclude, getExcluded, getIncluded, hasExcludes, hasIncludes, include, include, isEmpty, isIncludedAndNotExcluded, size, test, toString
-
Constructor Details
-
IncludeExclude
public IncludeExclude() -
IncludeExclude
-
IncludeExclude
-