Package org.eclipse.jetty.webapp
Class ClasspathPattern.ByLocationOrModule
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- All Implemented Interfaces:
Iterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>,Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>,Predicate<URI>,Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Enclosing class:
- ClasspathPattern
public static class ClasspathPattern.ByLocationOrModule
extends AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.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<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
iteratorin interfaceIterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
iteratorin interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
iteratorin classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
size
public int size()- Specified by:
sizein interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
sizein interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
sizein classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
add
public boolean add(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry) - Specified by:
addin interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
addin interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Overrides:
addin classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
remove
- Specified by:
removein interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
removein interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Overrides:
removein classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Specified by:
clearin interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>- Overrides:
clearin classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-