public class BoundedHashSet<T> extends LinkedHashSet<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, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringprotected 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-2016 The Apache Software Foundation. All Rights Reserved.