public interface ForEachKeyValue extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
forEachRemaining(BiConsumer<byte[],byte[]> action) |
void |
forEachUntilLimit(BiConsumer<byte[],byte[]> action,
long limit) |
BasicOps |
ops() |
boolean |
tryAdvance(BiConsumer<byte[],byte[]> action) |
void forEachRemaining(BiConsumer<byte[],byte[]> action)
void forEachUntilLimit(BiConsumer<byte[],byte[]> action, long limit)
boolean tryAdvance(BiConsumer<byte[],byte[]> action)
void close()
close in interface AutoCloseableBasicOps ops()
Copyright © 2021. All rights reserved.