Lines Matching refs:Predicate
23 import com.google.common.base.Predicate;
872 Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
874 Predicate<Entry<K, V>> entryPredicate = new Predicate<Entry<K, V>>() {
910 Map<K, V> unfiltered, final Predicate<? super V> valuePredicate) {
912 Predicate<Entry<K, V>> entryPredicate = new Predicate<Entry<K, V>>() {
947 Map<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) {
960 Predicate<? super Entry<K, V>> entryPredicate) {
961 Predicate<Entry<K, V>> predicate
970 final Predicate<? super Entry<K, V>> predicate;
973 Predicate<? super Entry<K, V>> predicate) {
1100 Predicate<? super K> keyPredicate;
1102 FilteredKeyMap(Map<K, V> unfiltered, Predicate<? super K> keyPredicate,
1103 Predicate<Entry<K, V>> entryPredicate) {
1143 Predicate<? super Entry<K, V>> entryPredicate) {