Class ChunkCharIterable.ChunkCharIterator

  • All Implemented Interfaces:
    java.util.Iterator<CharIterable>
    Enclosing class:
    ChunkCharIterable

    public static class ChunkCharIterable.ChunkCharIterator
    extends java.lang.Object
    implements java.util.Iterator<CharIterable>
    • Constructor Detail

      • ChunkCharIterator

        public ChunkCharIterator​(CharIterable iterable,
                                 int size)
    • Method Detail

      • hasNext

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