- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for keyPredicateOnEntries (0.18 seconds)
-
android/guava/src/com/google/common/collect/Maps.java
} @Override NavigableMap<K, V1> fromMap() { return (NavigableMap<K, V1>) super.fromMap(); } } static <K extends @Nullable Object> Predicate<Entry<K, ?>> keyPredicateOnEntries( Predicate<? super K> keyPredicate) { return compose(keyPredicate, Entry::getKey); } static <V extends @Nullable Object> Predicate<Entry<?, V>> valuePredicateOnEntries(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 157.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/Maps.java
} @Override NavigableMap<K, V1> fromMap() { return (NavigableMap<K, V1>) super.fromMap(); } } static <K extends @Nullable Object> Predicate<Entry<K, ?>> keyPredicateOnEntries( Predicate<? super K> keyPredicate) { return compose(keyPredicate, Entry::getKey); } static <V extends @Nullable Object> Predicate<Entry<?, V>> valuePredicateOnEntries(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 163.4K bytes - Click Count (0)