Class KeyIterator

  • All Implemented Interfaces:
    java.util.Iterator<byte[]>

    public class KeyIterator
    extends java.lang.Object
    implements java.util.Iterator<byte[]>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long currentContainerIdx()  
      boolean hasNext()  
      byte[] next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • KeyIterator

        public KeyIterator​(Art art,
                           Containers containers)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<byte[]>
      • next

        public byte[] next()
        Specified by:
        next in interface java.util.Iterator<byte[]>
      • currentContainerIdx

        public long currentContainerIdx()
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<byte[]>