Uses of Class
org.apache.commons.functor.core.collection.IsEmpty

Packages that use IsEmpty
org.apache.commons.functor.core.collection Collection-based functors, algorithms and utilities. 
 

Uses of IsEmpty in org.apache.commons.functor.core.collection
 

Fields in org.apache.commons.functor.core.collection declared as IsEmpty
static IsEmpty<Object> IsEmpty.INSTANCE
          Basic IsEmpty instance.
 

Methods in org.apache.commons.functor.core.collection that return IsEmpty
static
<A> IsEmpty<A>
IsEmpty.instance()
          Get an IsEmpty instance.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.