public static interface TrackerMap.Cursor
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Attempts to advance the cursor to the next position.
|
KeyHandle |
asKeyHandle()
Returns the key handle associated with the tracker at the current cursor position.
|
Tracker |
asTracker() |
KeyHandle |
toKeyHandle() |
boolean advance()
true if the cursor advanced; false otherwise.KeyHandle asKeyHandle()
advance() or the owning map is updated.KeyHandle toKeyHandle()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.