jestr.core
Class IsNonCollectionPredicate

java.lang.Object
  extended byjestr.core.PredicateBase
      extended byjestr.core.IsCollectionPredicate
          extended byjestr.core.IsNonCollectionPredicate
All Implemented Interfaces:
java.lang.Cloneable, JestrPredicate, java.io.Serializable

public class IsNonCollectionPredicate
extends IsCollectionPredicate

Author:
David Gilliland
See Also:
Serialized Form

Constructor Summary
IsNonCollectionPredicate()
           
 
Method Summary
 boolean test()
           
 
Methods inherited from class jestr.core.PredicateBase
clone, getObject, getStringifier
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsNonCollectionPredicate

public IsNonCollectionPredicate()
Method Detail

test

public boolean test()
Specified by:
test in interface JestrPredicate
Overrides:
test in class IsCollectionPredicate


Copyright (c) 2001-2003 - Apache Software Foundation