Class PaginatedCollection<T>
java.lang.Object
com.google.common.collect.FluentIterable<T>
org.jclouds.collect.IterableWithMarker<T>
org.jclouds.openstack.v2_0.domain.PaginatedCollection<T>
- All Implemented Interfaces:
Iterable<T>
Base class for a paginated collection in OpenStack.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.FluentIterable
allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PaginatedCollection
-
PaginatedCollection
-
-
Method Details
-
iterator
-
getLinks
links that relate to this collection -
getTotalEntries
- Returns:
- The total number of entries in this collection, if that information is present.
-
nextPaginationOptions
-
nextMarker
- Specified by:
nextMarkerin classIterableWithMarker<T>
-