- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for standardFirstEntry (0.98 sec)
-
guava-tests/test/com/google/common/collect/ForwardingNavigableMapTest.java
} @Override public @Nullable K higherKey(K key) { return standardHigherKey(key); } @Override public @Nullable Entry<K, V> firstEntry() { return standardFirstEntry(); } /* * We can't override lastEntry to delegate to standardLastEntry, as it would create an infinite * loop. Instead, we test standardLastEntry manually below. */Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Dec 16 03:23:31 UTC 2025 - 9.7K bytes - Viewed (0)