public final class FalsePredicate extends Object implements org.apache.commons.collections.Predicate, Serializable
Predicate
which always returns false
.
This is mostly equivalent to the class of the same name in Jakarta Commons-Collections 3.0. This implementation fixes a serialization bug in the Jakarta version so that the singleton property is correctly preserved. No equivalent exists in version 2.1.
Modifier and Type | Field and Description |
---|---|
static FalsePredicate |
INSTANCE
Singleton
FalsePredicate instance. |
public static final FalsePredicate INSTANCE
FalsePredicate
instance.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.