TIBCO BusinessEvents™
Standard
Coherence
Query
Coherence.Query
.
C_KeyHasNext()
Signature
boolean C_KeyHasNext(Object iterator)
Domain
action
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