public class PageSetImpl<T> extends LinkedHashSet<T> implements PageSet<T>
| Constructor and Description |
|---|
PageSetImpl(Iterable<? extends T> contents,
String nextMarker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextMarker()
If there is a next marker, then the set is incomplete and you should issue another command to
retrieve the rest, setting the option
marker to this value. |
int |
hashCode() |
add, clear, clone, contains, isEmpty, iterator, remove, sizeremoveAlladdAll, containsAll, retainAll, toArray, toArray, toStringprotected final String marker
public String getNextMarker()
marker to this value. Some providers like Azure
have opaque markers so portable code should not rely on the actual values.getNextMarker in interface PageSet<T>public int hashCode()
hashCode in interface Collection<T>hashCode in interface Set<T>hashCode in class AbstractSet<T>public boolean equals(Object obj)
equals in interface Collection<T>equals in interface Set<T>equals in class AbstractSet<T>Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.