- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for standardCeilingEntry (0.13 sec)
-
android/guava/src/com/google/common/collect/ForwardingNavigableMap.java
* #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override {@code * ceilingEntry} to forward to this implementation. */ protected @Nullable Entry<K, V> standardCeilingEntry(@ParametricNullness K key) { return tailMap(key, true).firstEntry(); } @Override public @Nullable K ceilingKey(@ParametricNullness K key) { return delegate().ceilingKey(key); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 14.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingNavigableMap.java
* #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override {@code * ceilingEntry} to forward to this implementation. */ protected @Nullable Entry<K, V> standardCeilingEntry(@ParametricNullness K key) { return tailMap(key, true).firstEntry(); } @Override public @Nullable K ceilingKey(@ParametricNullness K key) { return delegate().ceilingKey(key); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 14.3K bytes - Viewed (0)