Uses of Class
org.apache.commons.functor.core.algorithm.RemoveMatching
-
Packages that use RemoveMatching Package Description org.apache.commons.functor.core.algorithm Various algorithm-esque functors. -
-
Uses of RemoveMatching in org.apache.commons.functor.core.algorithm
Fields in org.apache.commons.functor.core.algorithm declared as RemoveMatching Modifier and Type Field Description private static RemoveMatching<java.lang.Object>RemoveMatching. INSTANCEA staticRemoveMatchinginstance reference.private RemoveMatching<T>RetainMatching. removeMatchingTheRemoveMatchinginstance used to remove elements from input iterator.Methods in org.apache.commons.functor.core.algorithm that return RemoveMatching Modifier and Type Method Description static RemoveMatching<java.lang.Object>RemoveMatching. instance()Get a staticRemoveMatchinginstance.
-