Uses of Class
org.apache.commons.functor.core.collection.Size
-
Packages that use Size Package Description org.apache.commons.functor.core.collection Collection-based functors, algorithms and utilities. -
-
Uses of Size in org.apache.commons.functor.core.collection
Fields in org.apache.commons.functor.core.collection declared as Size Modifier and Type Field Description private static Size<java.lang.Object>Size. INSTANCEA staticSizeinstance reference.Methods in org.apache.commons.functor.core.collection that return Size Modifier and Type Method Description static Size<java.lang.Object>Size. instance()Get a Size instance.
-