- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for pollFirstEntry (0.6 seconds)
-
guava-tests/test/com/google/common/collect/ForwardingNavigableMapTest.java
* loop. Instead, we test standardLastEntry manually below. */ @Override public @Nullable Entry<K, V> pollFirstEntry() { return standardPollFirstEntry(); } @Override public @Nullable Entry<K, V> pollLastEntry() { return standardPollLastEntry(); } @OverrideCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 16 03:23:31 GMT 2025 - 9.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/MapsTest.java
assertThat(map.descendingKeySet()).containsExactly("two", "three", "one").inOrder(); assertEquals(mapEntry("one", 3), map.pollFirstEntry()); assertEquals(mapEntry("two", 3), map.pollLastEntry()); assertEquals(1, map.size()); } @GwtIncompatible // NavigableMap public void testAsMapNavigableReadsThrough() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 62.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/MapsTest.java
assertThat(map.descendingKeySet()).containsExactly("two", "three", "one").inOrder(); assertEquals(mapEntry("one", 3), map.pollFirstEntry()); assertEquals(mapEntry("two", 3), map.pollLastEntry()); assertEquals(1, map.size()); } @GwtIncompatible // NavigableMap public void testAsMapNavigableReadsThrough() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 65K bytes - Click Count (0)