Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java191 public interface ObjectMatcher<T> { interface in CollectionUtilities
204 public static class InverseMatcher<T> implements ObjectMatcher<T> {
205 ObjectMatcher<T> other;
210 public ObjectMatcher set(ObjectMatcher toInverse) { in set()
227 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll()
243 public static <T, U extends Collection<T>> U retainAll(U c, ObjectMatcher<T> f) { in retainAll()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java192 public interface ObjectMatcher<T> { interface in CollectionUtilities
205 public static class InverseMatcher<T> implements ObjectMatcher<T> {
206 ObjectMatcher<T> other;
211 public ObjectMatcher set(ObjectMatcher toInverse) { in set()
228 public static <T, U extends Collection<T>> U removeAll(U c, ObjectMatcher<T> f) { in removeAll()
244 public static <T, U extends Collection<T>> U retainAll(U c, ObjectMatcher<T> f) { in retainAll()
/external/v8/src/compiler/
Dnode-matchers.h218 typedef Object ObjectMatcher; typedef