Home
last modified time | relevance | path

Searched refs:ceilingEntry (Results 1 – 25 of 26) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DNavigableMapNavigationTester.java95 assertNull(navigableMap.ceilingEntry(samples.e0.getKey())); in testEmptyMapNearby()
130 assertEquals(a, navigableMap.ceilingEntry(samples.e0.getKey())); in testSingletonMapNearby()
195 assertEquals(a, navigableMap.ceilingEntry(a.getKey())); in testCeiling()
197 assertEquals(c, navigableMap.ceilingEntry(b.getKey())); in testCeiling()
199 assertEquals(c, navigableMap.ceilingEntry(c.getKey())); in testCeiling()
/external/guava/guava/src/com/google/common/collect/
DForwardingNavigableMap.java118 public Entry<K, V> ceilingEntry(K key) { in ceilingEntry() method in ForwardingNavigableMap
119 return delegate().ceilingEntry(key); in ceilingEntry()
142 return keyOrNull(ceilingEntry(key)); in standardCeilingKey()
DAbstractNavigableMap.java99 public Entry<K, V> ceilingEntry(K key) { in ceilingEntry() method in AbstractNavigableMap
121 return Maps.keyOrNull(ceilingEntry(key)); in ceilingKey()
DImmutableSortedMap.java597 public Entry<K, V> ceilingEntry(K key) { in ceilingEntry() method in ImmutableSortedMap
603 return keyOrNull(ceilingEntry(key)); in ceilingKey()
DMaps.java1984 @Override public Entry<K, V2> ceilingEntry(K key) {
1985 return transformEntry(fromMap().ceilingEntry(key));
3145 public Entry<K, V> ceilingEntry(K key) {
3146 return unmodifiableOrNull(delegate.ceilingEntry(key));
3847 return forward().ceilingEntry(key);
3856 public Entry<K, V> ceilingEntry(K key) {
DAbstractMapBasedMultimap.java1453 public Entry<K, Collection<V>> ceilingEntry(K key) {
1454 Entry<K, Collection<V>> entry = sortedMap().ceilingEntry(key);
DSynchronized.java1363 @Override public Entry<K, V> ceilingEntry(K key) {
1365 return nullableSynchronizedEntry(delegate().ceilingEntry(key), mutex);
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java107 @Override public Entry<K, V> ceilingEntry(K key) { in ceilingEntry() method in SynchronizedNavigableMapTest.TestMap
109 return delegate().ceilingEntry(key); in ceilingEntry()
262 create().ceilingEntry("a"); in testCeilingEntry()
DForwardingNavigableMapTest.java141 public Entry<K, V> ceilingEntry(K key) { in ceilingEntry() method
309 forward().ceilingEntry("key");
DTreeRangeSetTest.java114 assertEquals(expected.ceilingEntry(key), navigableMap.ceilingEntry(key)); in testNavigationAgainstExpected()
DMapsTest.java806 assertEquals(mapEntry("one", 3), map.ceilingEntry("one")); in testAsMapNavigable()
1894 entry = unmod.ceilingEntry(2);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeMap.java74 @Override public Entry<K, V> ceilingEntry(K key) { in ceilingEntry() method in SafeTreeMap
75 return delegate.ceilingEntry(checkValid(key)); in ceilingEntry()
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/guice/lib/build/
Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12