T - the type of elements returned by the iterator@Internal public interface Reiterable<T> extends java.lang.Iterable<T>
Iterable that returns Reiterator iterators.| Modifier and Type | Method and Description |
|---|---|
Reiterator<T> |
iterator() |
Reiterator<T> iterator()
iterator in interface java.lang.Iterable<T>