Searched refs:ObjectMatcher (Results 1 – 3 of 3) sorted by relevance
192 public interface ObjectMatcher<T> { interface in CollectionUtilities205 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()
191 public interface ObjectMatcher<T> { interface in CollectionUtilities204 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()
218 typedef Object ObjectMatcher; typedef