Coherence.Query.C_EntryIterator()

Signature

Object C_EntryIterator(String cacheName, Object filter)

Domain

action

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

NameTypeDescription
cacheNameStringName of the targeted cache
filterObjectConditional expression to drive selection process

Returns

TypeDescription
Iteratoras an Object

Cautions

none