Package com.restfb
Interface ConnectionIterator<T>
-
- All Known Implementing Classes:
Connection.Itr
public interface ConnectionIterator<T> extends Iterator<List<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection<T>
snapshot()
gets the connection of the current iteration step.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
snapshot
Connection<T> snapshot()
gets the connection of the current iteration step.- Returns:
- the current connection
-
-