public final class InstanceofPredicate extends Object implements org.apache.commons.collections.Predicate, Serializable
Predicate which tests the evaluate( object ) argument for being an instance of a particular
class.
This is mostly equivalent to the class of the same name in Jakarta Commons-Collections 3.0, except that it exposes the test object used in the constructor. The deserialization process in this version checks for null fields. No equivalent exists in version 2.1.
| Constructor and Description |
|---|
InstanceofPredicate(Class testClass)
Creates a new
InstanceofPredicate with the
specified test class. |
public InstanceofPredicate(Class testClass)
InstanceofPredicate with the
specified test class.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.