public class BoundedHashSet<T> extends HashSet<T> implements BoundedSet<T>
Modifier and Type | Field and Description |
---|---|
protected String |
marker |
protected Integer |
maxResults |
protected String |
nextMarker |
protected String |
prefix |
protected URI |
url |
Constructor and Description |
---|
BoundedHashSet(Iterable<T> contents,
URI url,
String prefix,
String marker,
Integer maxResults,
String nextMarker) |
Modifier and Type | Method and Description |
---|---|
String |
getMarker() |
int |
getMaxResults() |
String |
getNextMarker() |
String |
getPrefix() |
URI |
getUrl() |
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
protected final URI url
protected final String prefix
protected final String marker
protected final Integer maxResults
protected final String nextMarker
public String getPrefix()
getPrefix
in interface BoundedSet<T>
public String getMarker()
getMarker
in interface BoundedSet<T>
public int getMaxResults()
getMaxResults
in interface BoundedSet<T>
public String getNextMarker()
getNextMarker
in interface BoundedSet<T>
public URI getUrl()
getUrl
in interface BoundedSet<T>
Copyright © 2009-2012 jclouds. All Rights Reserved.