Searched refs:ceilingEntry (Results 1 - 25 of 29) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DAbstractNavigableMap.java99 public Entry<K, V> ceilingEntry(K key) { method in class:AbstractNavigableMap
121 return Maps.keyOrNull(ceilingEntry(key));
H A DForwardingNavigableMap.java118 public Entry<K, V> ceilingEntry(K key) { method in class:ForwardingNavigableMap
119 return delegate().ceilingEntry(key);
123 * A sensible definition of {@link #ceilingEntry} in terms of the {@code firstEntry()} of
125 * {@code ceilingEntry} to forward to this implementation.
137 * A sensible definition of {@link #ceilingKey} in terms of {@code ceilingEntry}. If you override
138 * {@code ceilingEntry}, you may wish to override {@code ceilingKey} to forward to this
142 return keyOrNull(ceilingEntry(key));
H A DImmutableSortedMap.java597 public Entry<K, V> ceilingEntry(K key) { method in class:ImmutableSortedMap
603 return keyOrNull(ceilingEntry(key));
H A DAbstractMapBasedMultimap.java1453 public Entry<K, Collection<V>> ceilingEntry(K key) { method in class:AbstractMapBasedMultimap.NavigableAsMap
1454 Entry<K, Collection<V>> entry = sortedMap().ceilingEntry(key);
H A DMaps.java1984 @Override public Entry<K, V2> ceilingEntry(K key) { method in class:Maps.TransformedEntriesNavigableMap
1985 return transformEntry(fromMap().ceilingEntry(key));
3145 public Entry<K, V> ceilingEntry(K key) { method in class:Maps.UnmodifiableNavigableMap
3146 return unmodifiableOrNull(delegate.ceilingEntry(key));
3847 return forward().ceilingEntry(key);
3856 public Entry<K, V> ceilingEntry(K key) { method in class:Maps.DescendingMap
H A DSynchronized.java1363 @Override public Entry<K, V> ceilingEntry(K key) { method in class:Synchronized.SynchronizedNavigableMap
1365 return nullableSynchronizedEntry(delegate().ceilingEntry(key), mutex);
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DNavigableMapNavigationTester.java95 assertNull(navigableMap.ceilingEntry(samples.e0.getKey()));
130 assertEquals(a, navigableMap.ceilingEntry(samples.e0.getKey()));
195 assertEquals(a, navigableMap.ceilingEntry(a.getKey()));
197 assertEquals(c, navigableMap.ceilingEntry(b.getKey()));
199 assertEquals(c, navigableMap.ceilingEntry(c.getKey()));
/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableMapTest.java107 @Override public Entry<K, V> ceilingEntry(K key) { method in class:SynchronizedNavigableMapTest.TestMap
109 return delegate().ceilingEntry(key);
262 create().ceilingEntry("a");
H A DForwardingNavigableMapTest.java141 public Entry<K, V> ceilingEntry(K key) { method in class:ForwardingNavigableMapTest.StandardImplForwardingNavigableMap
309 forward().ceilingEntry("key");
310 assertEquals("[ceilingEntry(Object)]", getCalls());
H A DTreeRangeSetTest.java114 assertEquals(expected.ceilingEntry(key), navigableMap.ceilingEntry(key));
H A DMapsTest.java806 assertEquals(mapEntry("one", 3), map.ceilingEntry("one"));
1894 entry = unmod.ceilingEntry(2);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java74 @Override public Entry<K, V> ceilingEntry(K key) { method in class:SafeTreeMap
75 return delegate.ceilingEntry(checkValid(key));
/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/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/lib/
H A Dguava-20.0.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/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/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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 ...

Completed in 867 milliseconds

12