Click or drag to resize

GreaterFilter Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodGreaterFilter
Default constructor.
Public methodGreaterFilter(String, Double)
Construct a GreaterFilter for testing "Greater" condition.
Public methodGreaterFilter(String, IComparable)
Construct a GreaterFilter for testing "Greater" condition.
Public methodGreaterFilter(String, Int32)
Construct a GreaterFilter for testing "Greater" condition.
Public methodGreaterFilter(String, Int64)
Construct a GreaterFilter for testing "Greater" condition.
Public methodGreaterFilter(String, Single)
Construct a GreaterFilter for testing "Greater" condition.
Public methodGreaterFilter(IValueExtractor, IComparable)
Construct a GreaterFilter for testing "Greater" condition.
Top
See Also