Coherence.Query.C_EntryIterator()
Signature
Object C_EntryIterator(String cacheName, Object filter)
Description
Returns an Iterator for EntrySet 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 |
Iterator | as an Object |