Interface GridIterable<T>

    • Method Detail

      • iterator

        GridIterator<T> iterator()
        Returns GridIterator which extends regular Iterator interface and adds methods that account for possible failures in cases when iterating over data that has been partially received over network.
        Specified by:
        iterator in interface Iterable<T>
        Returns:
        Instance of new GridIterator.