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