Uses of Interface
com.ibm.icu.dev.util.CollectionUtilities.ObjectMatcher
-
Packages that use CollectionUtilities.ObjectMatcher Package Description com.ibm.icu.dev.util -
-
Uses of CollectionUtilities.ObjectMatcher in com.ibm.icu.dev.util
Classes in com.ibm.icu.dev.util that implement CollectionUtilities.ObjectMatcher Modifier and Type Class Description static class
CollectionUtilities.InverseMatcher<T>
Reverse a matchFields in com.ibm.icu.dev.util declared as CollectionUtilities.ObjectMatcher Modifier and Type Field Description (package private) CollectionUtilities.ObjectMatcher<T>
CollectionUtilities.InverseMatcher. other
Methods in com.ibm.icu.dev.util that return CollectionUtilities.ObjectMatcher Modifier and Type Method Description CollectionUtilities.ObjectMatcher
CollectionUtilities.InverseMatcher. set(CollectionUtilities.ObjectMatcher toInverse)
Methods in com.ibm.icu.dev.util with parameters of type CollectionUtilities.ObjectMatcher Modifier and Type Method Description static <T,U extends java.util.Collection<T>>
UCollectionUtilities. removeAll(U c, CollectionUtilities.ObjectMatcher<T> f)
Remove matching itemsstatic <T,U extends java.util.Collection<T>>
UCollectionUtilities. retainAll(U c, CollectionUtilities.ObjectMatcher<T> f)
Retain matching itemsCollectionUtilities.ObjectMatcher
CollectionUtilities.InverseMatcher. set(CollectionUtilities.ObjectMatcher toInverse)
-