public interface KeyIterator extends RecordIterator<StaticBuffer>
| Modifier and Type | Method and Description |
|---|---|
RecordIterator<Entry> |
getEntries()
Returns an iterator over all entries associated with the current
key that match the column range specified in the query.
|
forEachRemaining, hasNext, next, removeRecordIterator<Entry> getEntries()
Iterator.next() might close previously returned RecordIterators
depending on the implementation, hence it is important to iterate over
(and close) the RecordIterator before calling Iterator.next() or Iterator.hasNext().Copyright © 2012–2015. All rights reserved.