Click or drag to resize

FilterEnumerator Fields

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The FilterEnumerator type exposes the following members.

Fields
  NameDescription
Protected fieldm_enum
Objects to filter/enumerate.
Protected fieldm_hasNext
Is there a next item which passed the test?
Protected fieldm_hasPrev
Is there a previous item which passed the test and can be removed?
Protected fieldm_next
The next item which passed the test.
Protected fieldm_test
Test to perform on each item.
Top
See Also