Package org.eclipse.jetty.webapp
Class ClasspathPattern.ByPackageOrName
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
- org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
-
- All Implemented Interfaces:
Iterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>,Collection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>,Predicate<String>,Set<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Enclosing class:
- ClasspathPattern
public static class ClasspathPattern.ByPackageOrName extends AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry> implements Predicate<String>
-
-
Constructor Summary
Constructors Constructor Description ByPackageOrName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)voidclear()Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry>iterator()booleanremove(Object o)intsize()booleantest(String name)-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
iterator
public Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry> 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
public boolean remove(Object o)
- 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>
-
-