Searched defs:higherEntry (Results 1 - 24 of 24) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DAbstractNavigableMap.java105 public Entry<K, V> higherEntry(K key) { method in class:AbstractNavigableMap
126 return Maps.keyOrNull(higherEntry(key));
H A DForwardingNavigableMap.java146 public Entry<K, V> higherEntry(K key) { method in class:ForwardingNavigableMap
147 return delegate().higherEntry(key);
151 * A sensible definition of {@link #higherEntry} in terms of the {@code firstEntry()} of
153 * {@code higherEntry} to forward to this implementation.
165 * A sensible definition of {@link #higherKey} in terms of {@code higherEntry}. If you override
166 * {@code higherEntry}, you may wish to override {@code higherKey} to forward to this
170 return keyOrNull(higherEntry(key));
H A DImmutableSortedMap.java607 public Entry<K, V> higherEntry(K key) { method in class:ImmutableSortedMap
613 return keyOrNull(higherEntry(key));
H A DAbstractMapBasedMultimap.java1464 public Entry<K, Collection<V>> higherEntry(K key) { method in class:AbstractMapBasedMultimap.NavigableAsMap
1465 Entry<K, Collection<V>> entry = sortedMap().higherEntry(key);
H A DMaps.java2020 @Override public Entry<K, V2> higherEntry(K key) { method in class:Maps.TransformedEntriesNavigableMap
2021 return transformEntry(fromMap().higherEntry(key));
3155 public Entry<K, V> higherEntry(K key) { method in class:Maps.UnmodifiableNavigableMap
3156 return unmodifiableOrNull(delegate.higherEntry(key));
3837 return forward().higherEntry(key);
3866 public Entry<K, V> higherEntry(K key) { method in class:Maps.DescendingMap
H A DSynchronized.java1424 @Override public Entry<K, V> higherEntry(K key) { method in class:Synchronized.SynchronizedNavigableMap
1426 return nullableSynchronizedEntry(delegate().higherEntry(key), mutex);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java185 @Override public Entry<K, V> higherEntry(K key) { method in class:SafeTreeMap
186 return delegate.higherEntry(checkValid(key));
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingNavigableMapTest.java151 public Entry<K, V> higherEntry(K key) { method in class:ForwardingNavigableMapTest.StandardImplForwardingNavigableMap
319 forward().higherEntry("key");
320 assertEquals("[higherEntry(Object)]", getCalls());
H A DSynchronizedNavigableMapTest.java151 @Override public Entry<K, V> higherEntry(K key) { method in class:SynchronizedNavigableMapTest.TestMap
153 return delegate().higherEntry(key);
319 create().higherEntry("a");
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 306 milliseconds