All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface guinea.util.FilterTest

public interface FilterTest
An interface to test whether an object passes a test. It is usually used with the EnumerationFilter to filter an enumeration.

See Also:
EnumerationFilter

Method Index

· filterTest(Object)
Tests whether an object passes this test.

Methods

· filterTest
 public abstract boolean filterTest(Object obj)
Tests whether an object passes this test.

Returns:
returns true if object passes the test, false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index