Package org.eclipse.jetty.http.pathmap
Class 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 IncludeExclude logic
-
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 interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
PathSpecSet
public PathSpecSet()Deprecated.
-
-
Method Details
-
test
Deprecated. -
size
public int size()Deprecated.- Specified by:
sizein interfaceCollection<String>- Specified by:
sizein interfaceSet<String>- Specified by:
sizein classAbstractCollection<String>
-
add
Deprecated.- Specified by:
addin interfaceCollection<String>- Specified by:
addin interfaceSet<String>- Overrides:
addin classAbstractCollection<String>
-
remove
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>
-
iterator
Deprecated.
-