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 Stringmarkerprotected IntegermaxResultsprotected StringnextMarkerprotected Stringprefixprotected URIurl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMarker()intgetMaxResults()StringgetNextMarker()StringgetPrefix()URIgetUrl()-
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:
getPrefixin interfaceBoundedSet<T>
-
getMarker
public String getMarker()
- Specified by:
getMarkerin interfaceBoundedSet<T>
-
getMaxResults
public int getMaxResults()
- Specified by:
getMaxResultsin interfaceBoundedSet<T>
-
getNextMarker
public String getNextMarker()
- Specified by:
getNextMarkerin interfaceBoundedSet<T>
-
getUrl
public URI getUrl()
- Specified by:
getUrlin interfaceBoundedSet<T>
-
-