Uses of Class
org.apache.commons.functor.core.algorithm.RetainMatching
-
Packages that use RetainMatching Package Description org.apache.commons.functor.core.algorithm Various algorithm-esque functors. -
-
Uses of RetainMatching in org.apache.commons.functor.core.algorithm
Fields in org.apache.commons.functor.core.algorithm declared as RetainMatching Modifier and Type Field Description private static RetainMatching<java.lang.Object>RetainMatching. INSTANCEA staticRetainMatchinginstance reference.Methods in org.apache.commons.functor.core.algorithm that return RetainMatching Modifier and Type Method Description static RetainMatching<java.lang.Object>RetainMatching. instance()Get a staticRetainMatchinginstance.
-