Coherence.Query.C_EntryNextValue()

Signature

long C_EntryNextValue(Object iterator)

Domain

action

Description

Returns the next value of iterator.

Parameters

NameTypeDescription
iteratorObjectThe Iterator on which the next is called.

Returns

TypeDescription
EntityThe next value of iterator.

Cautions

none

See Also

C_KeyIterator