public interface LongCursor
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 © 2016 Hazelcast, Inc.. All Rights Reserved.