Uses of Interface
com.ibm.icu.dev.util.CollectionUtilities.ObjectMatcher
Packages that use CollectionUtilities.ObjectMatcher
-
Uses of CollectionUtilities.ObjectMatcher in com.ibm.icu.dev.util
Classes in com.ibm.icu.dev.util that implement CollectionUtilities.ObjectMatcherModifier and TypeClassDescriptionstatic class
Reverse a matchFields in com.ibm.icu.dev.util declared as CollectionUtilities.ObjectMatcherModifier and TypeFieldDescription(package private) CollectionUtilities.ObjectMatcher
<T> CollectionUtilities.InverseMatcher.other
Methods in com.ibm.icu.dev.util that return CollectionUtilities.ObjectMatcherModifier and TypeMethodDescriptionCollectionUtilities.InverseMatcher.set
(CollectionUtilities.ObjectMatcher toInverse) Methods in com.ibm.icu.dev.util with parameters of type CollectionUtilities.ObjectMatcherModifier and TypeMethodDescriptionstatic <T,
U extends Collection<T>>
UCollectionUtilities.removeAll
(U c, CollectionUtilities.ObjectMatcher<T> f) Remove matching itemsstatic <T,
U extends Collection<T>>
UCollectionUtilities.retainAll
(U c, CollectionUtilities.ObjectMatcher<T> f) Retain matching itemsCollectionUtilities.InverseMatcher.set
(CollectionUtilities.ObjectMatcher toInverse)