- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<ClassMatcher.Entry>
-
- org.eclipse.jetty.webapp.ClassMatcher.ByLocation
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<ClassMatcher.Entry>,java.util.Collection<ClassMatcher.Entry>,java.util.function.Predicate<java.net.URI>,java.util.Set<ClassMatcher.Entry>
- Enclosing class:
- ClassMatcher
public static class ClassMatcher.ByLocation extends java.util.HashSet<ClassMatcher.Entry> implements java.util.function.Predicate<java.net.URI>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(java.net.URI uri)-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-