Class MetaImpl.FetchIterable

  • All Implemented Interfaces:
    java.lang.Iterable<java.lang.Object>
    Enclosing class:
    MetaImpl

    private class MetaImpl.FetchIterable
    extends java.lang.Object
    implements java.lang.Iterable<java.lang.Object>
    Iterable that yields an iterator over rows coming from a sequence of Meta.Frames.
    • Method Detail

      • iterator

        public java.util.Iterator<java.lang.Object> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.Object>