Package org.eclipse.jetty.webapp
Class ClassMatcher.ByLocationOrModule
- All Implemented Interfaces:
Iterable<ClassMatcher.Entry>,Collection<ClassMatcher.Entry>,Predicate<URI>,Set<ClassMatcher.Entry>
- Enclosing class:
- ClassMatcher
public static class ClassMatcher.ByLocationOrModule
extends AbstractSet<ClassMatcher.Entry>
implements Predicate<URI>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, 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, toArrayMethods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ByLocationOrModule
public ByLocationOrModule()
-
-
Method Details
-
test
-
iterator
- Specified by:
iteratorin interfaceCollection<ClassMatcher.Entry>- Specified by:
iteratorin interfaceIterable<ClassMatcher.Entry>- Specified by:
iteratorin interfaceSet<ClassMatcher.Entry>- Specified by:
iteratorin classAbstractCollection<ClassMatcher.Entry>
-
size
public int size()- Specified by:
sizein interfaceCollection<ClassMatcher.Entry>- Specified by:
sizein interfaceSet<ClassMatcher.Entry>- Specified by:
sizein classAbstractCollection<ClassMatcher.Entry>
-
add
- Specified by:
addin interfaceCollection<ClassMatcher.Entry>- Specified by:
addin interfaceSet<ClassMatcher.Entry>- Overrides:
addin classAbstractCollection<ClassMatcher.Entry>
-
remove
- Specified by:
removein interfaceCollection<ClassMatcher.Entry>- Specified by:
removein interfaceSet<ClassMatcher.Entry>- Overrides:
removein classAbstractCollection<ClassMatcher.Entry>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<ClassMatcher.Entry>- Specified by:
clearin interfaceSet<ClassMatcher.Entry>- Overrides:
clearin classAbstractCollection<ClassMatcher.Entry>
-