Interface Reiterable<T>

  • Type Parameters:
    T - the type of elements returned by the iterator
    All Superinterfaces:
    java.lang.Iterable<T>

    @Internal
    public interface Reiterable<T>
    extends java.lang.Iterable<T>
    An Iterable that returns Reiterator iterators.
    • Method Detail

      • iterator

        Reiterator<T> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T>