public static interface IDurableEncoding.SkippableIterator extends Iterator<Object>
Iterator, which provides for skipping elements without ever providing a value. This can allow
for encoded values being skipped without ever being decoded.| Modifier and Type | Method and Description |
|---|---|
void |
skip() |
default IDurableEncoding.SkippableIterator |
skip(long n) |
forEachRemaining, hasNext, next, removevoid skip()
default IDurableEncoding.SkippableIterator skip(long n)