Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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.

See Also