- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for UnmodifiableEntry (0.14 sec)
-
guava/src/com/google/common/collect/ImmutableEnumMap.java
return Maps.unmodifiableEntryIterator(delegate.entrySet().iterator()); } @Override Spliterator<Entry<K, V>> entrySpliterator() { return CollectSpliterators.map(delegate.entrySet().spliterator(), Maps::unmodifiableEntry); } @Override public void forEach(BiConsumer<? super K, ? super V> action) { delegate.forEach(action); } @Override boolean isPartialView() { return false; }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 4.1K bytes - Viewed (0)