Package org.eclipse.jetty.webapp
Class ClassMatcher.ByPackage
- All Implemented Interfaces:
Iterable<ClassMatcher.Entry>,Collection<ClassMatcher.Entry>,Predicate<String>,Set<ClassMatcher.Entry>
- Enclosing class:
- ClassMatcher
public static class ClassMatcher.ByPackage
extends AbstractSet<ClassMatcher.Entry>
implements Predicate<String>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, 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, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ByPackage
public ByPackage()
-
-
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>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<ClassMatcher.Entry>- Specified by:
isEmptyin interfaceSet<ClassMatcher.Entry>- Overrides:
isEmptyin 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>
-