Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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