Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The FilterEnumerator type exposes the following members.

Fields

  NameDescription
m_enum
Objects to filter/enumerate.
m_hasNext
Is there a next item which passed the test?
m_hasPrev
Is there a previous item which passed the test and can be removed?
m_next
The next item which passed the test.
m_test
Test to perform on each item.

See Also