- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for pollAsMapEntry (0.07 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
public @Nullable Entry<K, Collection<V>> pollFirstEntry() { return pollAsMapEntry(entrySet().iterator()); } @Override public @Nullable Entry<K, Collection<V>> pollLastEntry() { return pollAsMapEntry(descendingMap().entrySet().iterator()); } @Nullable Entry<K, Collection<V>> pollAsMapEntry( Iterator<Entry<K, Collection<V>>> entryIterator) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:51:57 UTC 2025 - 48.2K bytes - Viewed (0)