|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IterableWithMarker | |
|---|---|
| org.jclouds.collect | |
| org.jclouds.collect.internal | |
| Uses of IterableWithMarker in org.jclouds.collect |
|---|
| Subclasses of IterableWithMarker in org.jclouds.collect | |
|---|---|
class |
ForwardingIterableWithMarker<T>
An iterator which forwards all its method calls to another iterator. |
| Fields in org.jclouds.collect declared as IterableWithMarker | |
|---|---|
static IterableWithMarker |
IterableWithMarkers.EMPTY
|
| Methods in org.jclouds.collect that return IterableWithMarker | ||
|---|---|---|
protected abstract IterableWithMarker<T> |
ForwardingIterableWithMarker.delegate()
|
|
static
|
IterableWithMarkers.from(Iterable<T> elements)
Returns a paginated iterable containing the given elements and null marker. |
|
static
|
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker. |
|
| Methods in org.jclouds.collect that return types with arguments of type IterableWithMarker | ||
|---|---|---|
static
|
PagedIterables.advancingIterator(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
|
|
| Methods in org.jclouds.collect with parameters of type IterableWithMarker | ||
|---|---|---|
static
|
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
|
|
static
|
PagedIterables.advancingIterator(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
|
|
static
|
PagedIterables.of(IterableWithMarker<T> only)
|
|
| Method parameters in org.jclouds.collect with type arguments of type IterableWithMarker | ||
|---|---|---|
static
|
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
|
|
static
|
PagedIterables.advancingIterator(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
|
|
| Uses of IterableWithMarker in org.jclouds.collect.internal |
|---|
| Methods in org.jclouds.collect.internal that return types with arguments of type IterableWithMarker | |
|---|---|
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
CallerArg0ToPagedIterable.markerToNextForCallingArg0(String arg0)
|
| Methods in org.jclouds.collect.internal with parameters of type IterableWithMarker | |
|---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||