All Packages Class Hierarchy This Package Previous Next Index
Interface ccl.util.Testable
- public interface Testable
For example this interface can be implemented by inner
classes which can then be given to filter methods that
work on collections.
- Version:
- $Id: Testable.java,v 1.4 1999/08/01 11:13:07 clemens Exp clemens $
- Author:
-
Chr. Clemens Lee
<
clemens@kclee.com
>
-
test(Object)
- Well, implement here what ever you want to test.
test
public abstract boolean test(Object pObject_)
- Well, implement here what ever you want to test.
- Parameters:
- pObject_ - An object that we want to test for a
specific attribute.
All Packages Class Hierarchy This Package Previous Next Index