Class BoundedHashSet<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<T>
-
- org.jclouds.azure.storage.domain.internal.BoundedHashSet<T>
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<T>
,Collection<T>
,Set<T>
,BoundedSet<T>
- Direct Known Subclasses:
HashSetListBlobsResponse
public class BoundedHashSet<T> extends LinkedHashSet<T> implements BoundedSet<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
marker
protected Integer
maxResults
protected String
nextMarker
protected String
prefix
protected URI
url
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMarker()
int
getMaxResults()
String
getNextMarker()
String
getPrefix()
URI
getUrl()
-
Methods inherited from class java.util.LinkedHashSet
spliterator
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interfaceBoundedSet<T>
-
getMarker
public String getMarker()
- Specified by:
getMarker
in interfaceBoundedSet<T>
-
getMaxResults
public int getMaxResults()
- Specified by:
getMaxResults
in interfaceBoundedSet<T>
-
getNextMarker
public String getNextMarker()
- Specified by:
getNextMarker
in interfaceBoundedSet<T>
-
getUrl
public URI getUrl()
- Specified by:
getUrl
in interfaceBoundedSet<T>
-
-