Interface ReIterable<T>

Type Parameters:
T - the type of elements in the collection.
All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
FactStorage<T>, MemoryKeyCollection

public interface ReIterable<T> extends Iterable<T>
The ReIterable interface is essentially an Iterable that returns a ReIterator instead of a Iterator.