public interface HashSlotCursor
HashSlotArray. Initially the cursor's location is
 before the first slot and the cursor is invalid. The cursor becomes invalid again after a
 call to advance() return false. It is illegal to call any methods except
 reset() on an invalid cursor.| Modifier and Type | Method and Description | 
|---|---|
| boolean | advance()Advances to the next assigned slot. | 
| void | reset()Resets the cursor to the initial state. | 
| long | valueAddress() | 
void reset()
boolean advance()
false. An AssertionError may be thrown.true if the cursor advanced. If false is returned, the cursor is now invalid.long valueAddress()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.