public static interface RecordMap.Cursor
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Attempts to advance the cursor to the next position.
|
Record |
asRecord()
Returns the record at the current cursor position.
|
KeyHandle |
toKeyHandle() |
boolean advance()
true if the cursor advanced; false otherwise.Record asRecord()
advance().KeyHandle toKeyHandle()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.