java.util.Iterator<BytesTrie.Entry>
public static final class BytesTrie.Iterator extends java.lang.Object implements java.util.Iterator<BytesTrie.Entry>
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
BytesTrie.Entry |
next() |
Finds the next (byte sequence, value) pair if there is one.
|
void |
remove() |
Iterator.remove() is not supported.
|
BytesTrie.Iterator |
reset() |
Resets this iterator to its initial state.
|
public BytesTrie.Iterator reset()
public boolean hasNext()
hasNext
in interface java.util.Iterator<BytesTrie.Entry>
public BytesTrie.Entry next()
next
in interface java.util.Iterator<BytesTrie.Entry>
java.util.NoSuchElementException
- - iteration has no more elements.public void remove()
remove
in interface java.util.Iterator<BytesTrie.Entry>
java.lang.UnsupportedOperationException
- (always)Copyright ? 2016 Unicode, Inc. and others.