public interface LongLongCursor
long
-to-long
map.Modifier and Type | Method and Description |
---|---|
boolean |
advance()
Advances to the next map entry.
|
long |
key() |
long |
value() |
boolean advance()
false
. An AssertionError
may be thrown.true
if the cursor advanced. If false
is returned, the cursor is now invalid.long key()
long value()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.