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

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

Completed in 293 milliseconds