Package com.google.common.cache
Class LocalCache.ValueIterator
java.lang.Object
LocalCache<K,V>.com.google.common.cache.LocalCache.HashIterator<V>
com.google.common.cache.LocalCache.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
LocalCache<K,
V>
-
Field Summary
Fields inherited from class com.google.common.cache.LocalCache.HashIterator
currentSegment, currentTable, lastReturned, nextEntry, nextExternal, nextSegmentIndex, nextTableIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.cache.LocalCache.HashIterator
advance, advanceTo, hasNext, nextEntry, nextInChain, nextInTable, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<V>
- Specified by:
next
in classLocalCache<K,
V>.HashIterator<V>
-