jjdh API

dh.java.util.logic
Interface Filter<T>

Type Parameters:
T - the type of the objects to handle

public interface Filter<T>

A Filter accepts or to refuses Objects.

Author:
Dennis Heidsiek

Method Summary
 boolean accept(T toFilter)
           
 

Method Detail

accept

boolean accept(T toFilter)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.