diva.util
Interface Filter

All Known Implementing Classes:
AndFilter, NotFilter, OrFilter

public interface Filter

An interface for objects that filter other objects

Version:
$Revision: 1.5 $
Author:
John Reekie (johnr@eecs.berkeley.edu)

Method Summary
 boolean accept(Object o)
          Test if an object passes the filter, returning true if it does and false if it does not.
 

Method Detail

accept

boolean accept(Object o)
Test if an object passes the filter, returning true if it does and false if it does not.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.