Uses of Class
org.apache.commons.functor.core.collection.IsEmpty
-
Packages that use IsEmpty Package Description 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 Modifier and Type Field Description static IsEmpty<java.lang.Object>IsEmpty. INSTANCEBasic IsEmpty instance.Methods in org.apache.commons.functor.core.collection that return IsEmpty Modifier and Type Method Description static <A> IsEmpty<A>IsEmpty. instance()Get an IsEmpty instance.
-