|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.FluentIterable<T>
org.jclouds.collect.IterableWithMarker<T>
org.jclouds.collect.ForwardingIterableWithMarker<T>
@Beta public abstract class ForwardingIterableWithMarker<T>
An iterator which forwards all its method calls to another iterator. Subclasses should override one or more methods to modify the behavior of the backing iterable as desired per the decorator pattern.
| Constructor Summary | |
|---|---|
protected |
ForwardingIterableWithMarker()
Constructor for use by subclasses. |
| Method Summary | |
|---|---|
protected abstract IterableWithMarker<T> |
delegate()
|
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 |
| Methods inherited from class com.google.common.collect.FluentIterable |
|---|
allMatch, anyMatch, contains, cycle, filter, filter, first, firstMatch, from, from, get, isEmpty, last, limit, size, skip, toArray, toImmutableList, toImmutableSet, toImmutableSortedSet, toSortedImmutableList, toString, transform, transformAndConcat |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ForwardingIterableWithMarker()
| Method Detail |
|---|
protected abstract IterableWithMarker<T> delegate()
public Iterator<T> iterator()
public com.google.common.base.Optional<Object> nextMarker()
IterableWithMarkermarker to this value
nextMarker in class IterableWithMarker<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||