Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.IR
Interface Filter  view Filter download Filter.java


public interface Filter

Interface implemented by SearchTask objects that are capable of informing a filter process that some object is or is not a part of it's result recordset.


Method Summary
 boolean contains(java.lang.Object handle)
          Is the object who's handle matches the specified handle present in the search result?
 

Method Detail

contains

public boolean contains(java.lang.Object handle)
Is the object who's handle matches the specified handle present in the search result?