TIBCO BusinessEvents™
Standard
Coherence
Query
Coherence.Query
.
C_KeyNextValue()
Signature
long C_KeyNextValue(Object iterator)
Domain
action
Description
Returns the next value for iterator.
Parameters
Name
Type
Description
iterator
Object
The Iterator on which the next is called.
Returns
Type
Description
long
The key of the entry - Use load/getxxx after that.
Cautions
none
See Also
C_KeyIterator