Coherence.Query.C_KeyIterator()
Signature
Object C_KeyIterator(String cacheName, Object filter)
Description
Returns an Iterator for KeySet on the cache. Use this iterator in next and hasNext.
The iterator is a snapshot of the current set, and is not modifiable nor are any changes to the backing map
reflected by this iterator.
Parameters
Name | Type | Description |
cacheName | String | Name of the targeted cache. |
filter | Object | Conditional expression to drive selection process. |
Returns
Type | Description |
Object | Iterator as an object. |