Package org.eclipse.jetty.webapp
Class ClasspathPattern.ByPackage
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
- org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
-
- 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
@Deprecated(since="2021-05-27") public static class ClasspathPattern.ByPackage extends AbstractSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry> implements Predicate<String>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ByPackage()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
add(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)
Deprecated.void
clear()
Deprecated.boolean
isEmpty()
Deprecated.Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
iterator()
Deprecated.boolean
remove(Object entry)
Deprecated.int
size()
Deprecated.boolean
test(String name)
Deprecated.-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
addAll, contains, containsAll, retainAll, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
test
public boolean test(String name)
Deprecated.
-
iterator
public Iterator<org.eclipse.jetty.webapp.ClasspathPattern.Entry> iterator()
Deprecated.- Specified by:
iterator
in interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
iterator
in interfaceIterable<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
iterator
in interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
iterator
in classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
size
public int size()
Deprecated.- Specified by:
size
in interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
size
in interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
size
in classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
isEmpty
public boolean isEmpty()
Deprecated.- Specified by:
isEmpty
in interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
isEmpty
in interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Overrides:
isEmpty
in classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
add
public boolean add(org.eclipse.jetty.webapp.ClasspathPattern.Entry entry)
Deprecated.- Specified by:
add
in interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
add
in interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Overrides:
add
in classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
remove
public boolean remove(Object entry)
Deprecated.- Specified by:
remove
in interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
remove
in interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Overrides:
remove
in classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
clear
public void clear()
Deprecated.- Specified by:
clear
in interfaceCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Specified by:
clear
in interfaceSet<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
- Overrides:
clear
in classAbstractCollection<org.eclipse.jetty.webapp.ClasspathPattern.Entry>
-
-