Searched refs:keyPredicate (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedMaps.java213 * <p><b>Warning:</b> {@code keyPredicate} must be <i>consistent with
220 SortedMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
223 checkNotNull(keyPredicate);
227 return keyPredicate.apply(input.getKey());
219 filterKeys( SortedMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
H A DMaps.java1307 * <p><b>Warning:</b> {@code keyPredicate} must be <i>consistent with
1313 Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
1315 return filterKeys((SortedMap<K, V>) unfiltered, keyPredicate);
1317 checkNotNull(keyPredicate);
1322 return keyPredicate.apply(input.getKey());
1328 checkNotNull(unfiltered), keyPredicate, entryPredicate);
1354 * <p><b>Warning:</b> {@code keyPredicate} must be <i>consistent with
1363 SortedMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
1366 checkNotNull(keyPredicate);
1370 return keyPredicate
1312 filterKeys( Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1362 filterKeys( SortedMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1753 Predicate<? super K> keyPredicate; field in class:Maps.FilteredKeyMap
1755 FilteredKeyMap(Map<K, V> unfiltered, Predicate<? super K> keyPredicate, Predicate<Entry<K, V>> entryPredicate) argument
[all...]
H A DMultimaps.java2174 * <p><b>Warning:</b> {@code keyPredicate} must be <i>consistent with equals</i>,
2184 Multimap<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
2185 checkNotNull(keyPredicate);
2190 return keyPredicate.apply(input.getKey());
2183 filterKeys( Multimap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java1278 * <p><b>Warning:</b> {@code keyPredicate} must be <i>consistent with
1284 Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
1286 return filterKeys((SortedMap<K, V>) unfiltered, keyPredicate);
1288 checkNotNull(keyPredicate);
1293 return keyPredicate.apply(input.getKey());
1299 checkNotNull(unfiltered), keyPredicate, entryPredicate);
1325 * <p><b>Warning:</b> {@code keyPredicate} must be <i>consistent with
1334 SortedMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) {
1337 checkNotNull(keyPredicate);
1341 return keyPredicate
1283 filterKeys( Map<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1333 filterKeys( SortedMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1724 Predicate<? super K> keyPredicate; field in class:Maps.FilteredKeyMap
1726 FilteredKeyMap(Map<K, V> unfiltered, Predicate<? super K> keyPredicate, Predicate<Entry<K, V>> entryPredicate) argument
[all...]
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 159 milliseconds