- Type Parameters:
T- the type of elements in the collection.
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
FactStorage<T>,MemoryKeyCollection
The ReIterable interface is essentially an
Iterable that returns
a ReIterator instead of a Iterator.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
ReIterator<T> iterator() -
iterator
-