- Sort Score
- Result 10 results
- Languages All
Results 51 - 51 of 51 for EntryIterator (0.04 sec)
-
guava/src/com/google/common/cache/LocalCache.java
final class ValueIterator extends HashIterator<V> { @Override public V next() { return nextEntry().getValue(); } } /** * Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying * map. */ final class WriteThroughEntry implements Entry<K, V> { final K key; // non-null V value; // non-null
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 19:35:11 UTC 2025 - 148.9K bytes - Viewed (0)