Searched refs:ObjectMatcher (Results 1 – 2 of 2) sorted by relevance
196 public interface ObjectMatcher<T> { interface in CollectionUtilities209 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()
193 public interface ObjectMatcher<T> { interface in CollectionUtilities206 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()