Uses of Class
org.jclouds.collect.IterableWithMarker

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
<T> IterableWithMarker<T>
IterableWithMarkers.from(Iterable<T> elements)
          Returns a paginated iterable containing the given elements and null marker.
static
<T> IterableWithMarker<T>
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
<T> Iterator<IterableWithMarker<T>>
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
<T> PagedIterable<T>
PagedIterables.advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> Iterator<IterableWithMarker<T>>
PagedIterables.advancingIterator(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> PagedIterable<T>
PagedIterables.of(IterableWithMarker<T> only)
           
 

Method parameters in org.jclouds.collect with type arguments of type IterableWithMarker
static
<T> PagedIterable<T>
PagedIterables.advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> Iterator<IterableWithMarker<T>>
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)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.