Searched defs:entryPredicate (Results 1 – 8 of 8) sorted by relevance
35 Predicate<? super Entry<K, V>> entryPredicate(); in entryPredicate() method
63 Predicate<? super Entry<K, V>> entryPredicate = multimap.entryPredicate(); in remove() local
59 public Predicate<? super Entry<K, V>> entryPredicate() { in entryPredicate() method in FilteredKeyMultimap
63 public Predicate<? super Entry<K, V>> entryPredicate() { in entryPredicate() method in FilteredEntryMultimap