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, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<V>- Specified by:
nextin classLocalCache<K,V>.HashIterator<V>
-