Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

OldCache::IteratorFilter Class Reference

#include <coherence/net/cache/OldCache.hpp>

Inherits Object, and Filter.

List of all members.


Detailed Description

This iterator will filter out expired entries from the result set and expire them.

Public Types

typedef spec::Handle Handle
 IteratorFilter Handle definition.
typedef spec::View View
 IteratorFilter View definition.
typedef spec::Holder Holder
 IteratorFilter Holder definition.

Public Member Functions

virtual bool evaluate (Object::View v) const
 Apply the test to the object.

Member Function Documentation

virtual bool evaluate ( Object::View  v  )  const [virtual]

Apply the test to the object.

Parameters:
v the object to test
Returns:
true if the test passes, false otherwise

Implements Filter.


The documentation for this class was generated from the following file:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.