protected class HashSlotArrayBase.Cursor extends Object implements HashSlotCursor8byteKey
Constructor and Description |
---|
Cursor() |
Modifier and Type | Method and Description |
---|---|
boolean |
advance()
Advances to the next assigned slot.
|
long |
key() |
long |
key1() |
void |
reset()
Resets the cursor to the initial state.
|
long |
valueAddress() |
public final void reset()
HashSlotCursor
reset
in interface HashSlotCursor
public final boolean advance()
HashSlotCursor
false
. An AssertionError
may be thrown.advance
in interface HashSlotCursor
true
if the cursor advanced. If false
is returned, the cursor is now invalid.public final long key()
key
in interface HashSlotCursor8byteKey
public final long key1()
public final long valueAddress()
valueAddress
in interface HashSlotCursor
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.