Package org.eclipse.jetty.http
Class PathMap.PathSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<String>
-
- org.eclipse.jetty.http.PathMap.PathSet
-
-
Constructor Summary
Constructors Constructor Description PathSet()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanadd(String item)Deprecated.booleancontains(Object o)Deprecated.booleancontainsMatch(String s)Deprecated.Iterator<String>iterator()Deprecated.booleanremove(Object item)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, clear, 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, clear, 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 item)
Deprecated.- Specified by:
addin interfaceCollection<String>- Specified by:
addin interfaceSet<String>- Overrides:
addin classAbstractCollection<String>
-
remove
public boolean remove(Object item)
Deprecated.- Specified by:
removein interfaceCollection<String>- Specified by:
removein interfaceSet<String>- Overrides:
removein classAbstractCollection<String>
-
contains
public boolean contains(Object o)
Deprecated.- Specified by:
containsin interfaceCollection<String>- Specified by:
containsin interfaceSet<String>- Overrides:
containsin classAbstractCollection<String>
-
containsMatch
public boolean containsMatch(String s)
Deprecated.
-
-