public class KeyIterator extends java.lang.Object implements java.util.Iterator<byte[]>
KeyIterator(Art art, Containers containers)
long
currentContainerIdx()
boolean
hasNext()
byte[]
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public KeyIterator(Art art, Containers containers)
public boolean hasNext()
hasNext
java.util.Iterator<byte[]>
public byte[] next()
next
public long currentContainerIdx()
public void remove()
remove