Coherence.Query.C_KeyNextValue()

Signature

long C_KeyNextValue(Object iterator)

Domain

action

Description

Returns the next value for iterator.

Parameters

NameTypeDescription
iteratorObjectThe Iterator on which the next is called.

Returns

TypeDescription
longThe key of the entry - Use load/getxxx after that.

Cautions

none

See Also

C_KeyIterator