Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.util
Interface Filter<T>


public interface Filter<T>

A simple filter interface.


Nested Class Summary
static class Filter.Instances
           

 

Method Summary
 boolean matches(T value)
          Returns whether the given object meets the requirements of this filter or not.

 

Method Detail

matches

boolean matches(T value)
Returns whether the given object meets the requirements of this filter or not.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.