Coherence.Query.C_EntryHasNext()

Signature

boolean C_EntryHasNext(Object iterator)

Domain

action

Description

Returns a boolean value to check if it indeed has the next value.

Parameters

NameTypeDescription
iteratorObjectThe Iterator on which hasNext is called.

Returns

TypeDescription
booleantrue if iterator has more values

Cautions

none

See Also

C_KeyIterator