Module org.eclipse.jetty.server
Package org.eclipse.jetty.server.handler
Class ConditionalHandler.PredicateSet
java.lang.Object
java.util.AbstractCollection<Predicate<Request>>
java.util.AbstractSet<Predicate<Request>>
org.eclipse.jetty.server.handler.ConditionalHandler.PredicateSet
- All Implemented Interfaces:
Iterable<Predicate<Request>>,Collection<Predicate<Request>>,Predicate<Request>,Set<Predicate<Request>>
- Enclosing class:
ConditionalHandler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
PredicateSet
public PredicateSet()
-
-
Method Details