public interface LongCursor
Modifier and Type | Method and Description |
---|---|
boolean |
advance()
Advances to the next
long element. |
void |
reset()
Resets the cursor to the inital state.
|
long |
value() |
boolean advance()
long
element. It is illegal to call this method after a previous
call returned false
. An AssertionError
may be thrown.true
if the cursor advanced. If false
is returned, the cursor is now invalid.long value()
long
value at the cursor's current positionvoid reset()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.