org.jclouds.azure.storage.domain.internal
Class BoundedHashSet<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<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 HashSet<T>
- implements BoundedSet<T>
- Author:
- Adrian Cole
- See Also:
- Serialized Form
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
url
protected final URI url
prefix
protected final String prefix
marker
protected final String marker
maxResults
protected final Integer maxResults
nextMarker
protected final String nextMarker
BoundedHashSet
public BoundedHashSet(Iterable<T> contents,
URI url,
String prefix,
String marker,
Integer maxResults,
String nextMarker)
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interface BoundedSet<T>
getMarker
public String getMarker()
- Specified by:
getMarker
in interface BoundedSet<T>
getMaxResults
public int getMaxResults()
- Specified by:
getMaxResults
in interface BoundedSet<T>
getNextMarker
public String getNextMarker()
- Specified by:
getNextMarker
in interface BoundedSet<T>
getUrl
public URI getUrl()
- Specified by:
getUrl
in interface BoundedSet<T>
Copyright © 2009-2011 jclouds. All Rights Reserved.