TIBCO BusinessEvents™
Standard
Coherence
Query
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
Name
Type
Description
iterator
Object
The Iterator on which hasNext is called.
Returns
Type
Description
boolean
true if iterator has more values
Cautions
none
See Also
C_KeyIterator