@Beta public class PaginatedCollection<T> extends IterableWithMarker<T>
| Modifier and Type | Field and Description | 
|---|---|
static PaginatedCollection | 
EMPTY  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
PaginatedCollection(Iterable<T> resources,
                   Iterable<Link> links)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Link> | 
getLinks()
links that relate to this collection 
 | 
Iterator<T> | 
iterator()  | 
com.google.common.base.Optional<Object> | 
nextMarker()
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 | 
allMatch, anyMatch, contains, cycle, filter, filter, first, firstMatch, from, from, get, isEmpty, last, limit, size, skip, toArray, toImmutableList, toImmutableSet, toImmutableSortedSet, toSortedImmutableList, toString, transform, transformAndConcatpublic static final PaginatedCollection EMPTY
public com.google.common.base.Optional<Object> nextMarker()
IterableWithMarkermarker to this valuenextMarker in class IterableWithMarker<T>Copyright © 2009-2013 jclouds. All Rights Reserved.