Class ChunkLongIterable.ChunkLongIterator

  • All Implemented Interfaces:
    java.util.Iterator<LongIterable>
    Enclosing class:
    ChunkLongIterable

    public static class ChunkLongIterable.ChunkLongIterator
    extends java.lang.Object
    implements java.util.Iterator<LongIterable>
    • Constructor Detail

      • ChunkLongIterator

        public ChunkLongIterator​(LongIterable iterable,
                                 int size)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<LongIterable>