Package org.eclipse.jetty.http.pathmap
Class PathSpecSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<String>
-
- org.eclipse.jetty.http.pathmap.PathSpecSet
-
@Deprecated(since="2021-05-27") public class PathSpecSet extends AbstractSet<String> implements Predicate<String>
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A Set of PathSpec strings.Used by
IncludeExcludelogic
-
-
Constructor Summary
Constructors Constructor Description PathSpecSet()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanadd(String s)Deprecated.voidclear()Deprecated.Iterator<String>iterator()Deprecated.booleanremove(Object o)Deprecated.intsize()Deprecated.booleantest(String s)Deprecated.-
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 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
-
size
public int size()
Deprecated.- Specified by:
sizein interfaceCollection<String>- Specified by:
sizein interfaceSet<String>- Specified by:
sizein classAbstractCollection<String>
-
add
public boolean add(String s)
Deprecated.- Specified by:
addin interfaceCollection<String>- Specified by:
addin interfaceSet<String>- Overrides:
addin classAbstractCollection<String>
-
remove
public boolean remove(Object o)
Deprecated.- Specified by:
removein interfaceCollection<String>- Specified by:
removein interfaceSet<String>- Overrides:
removein classAbstractCollection<String>
-
clear
public void clear()
Deprecated.- Specified by:
clearin interfaceCollection<String>- Specified by:
clearin interfaceSet<String>- Overrides:
clearin classAbstractCollection<String>
-
-