Home
last modified time | relevance | path

Searched refs:ObjectMatcher (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java196 public interface ObjectMatcher<T> { interface in CollectionUtilities
209 public static class InverseMatcher<T> implements ObjectMatcher<T> {
210 ObjectMatcher<T> other;
215 public ObjectMatcher set(ObjectMatcher toInverse) { in set()
232 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll()
248 public static <T, U extends Collection<T>> U retainAll(U c, ObjectMatcher<T> f) { in retainAll()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java193 public interface ObjectMatcher<T> { interface in CollectionUtilities
206 public static class InverseMatcher<T> implements ObjectMatcher<T> {
207 ObjectMatcher<T> other;
212 public ObjectMatcher set(ObjectMatcher toInverse) { in set()
229 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll()
245 public static <T, U extends Collection<T>> U retainAll(U c, ObjectMatcher<T> f) { in retainAll()