- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for forEachRemaining (0.1 seconds)
-
guava/src/com/google/common/collect/Maps.java
forEachEntry(action); } }; } void forEachEntry(Consumer<? super Entry<K, V>> action) { entryIterator().forEachRemaining(action); } @Override public void clear() { Iterators.clear(entryIterator()); } } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 163.4K bytes - Click Count (0)