Uses of Class
org.apache.commons.functor.core.algorithm.RemoveMatching
Packages that use RemoveMatching
-
Uses of RemoveMatching in org.apache.commons.functor.core.algorithm
Fields in org.apache.commons.functor.core.algorithm declared as RemoveMatchingModifier and TypeFieldDescriptionprivate static final RemoveMatching<Object> RemoveMatching.INSTANCEA staticRemoveMatchinginstance reference.private final RemoveMatching<T> RetainMatching.removeMatchingTheRemoveMatchinginstance used to remove elements from input iterator.Methods in org.apache.commons.functor.core.algorithm that return RemoveMatchingModifier and TypeMethodDescriptionstatic RemoveMatching<Object> RemoveMatching.instance()Get a staticRemoveMatchinginstance.