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>
public class IncludeExclude<ITEM> extends IncludeExcludeSet<ITEM,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
Constructors Constructor Description IncludeExclude()
IncludeExclude(Class<SET> setClass)
IncludeExclude(Set<ITEM> includeSet, Predicate<ITEM> includePredicate, Set<ITEM> excludeSet, Predicate<ITEM> excludePredicate)
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.util.IncludeExcludeSet
clear, exclude, exclude, getExcluded, getIncluded, include, include, isEmpty, matches, size, test, toString
-
-