Package com.google.common.collect
Class MapMakerInternalMap.ValueIterator
- java.lang.Object
-
- com.google.common.collect.MapMakerInternalMap.HashIterator<V>
-
- com.google.common.collect.MapMakerInternalMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- MapMakerInternalMap<K,V,E extends MapMakerInternalMap.InternalEntry<K,V,E>,S extends MapMakerInternalMap.Segment<K,V,E,S>>
final class MapMakerInternalMap.ValueIterator extends MapMakerInternalMap.HashIterator<V>
-
-
Field Summary
-
Fields inherited from class com.google.common.collect.MapMakerInternalMap.HashIterator
currentSegment, currentTable, lastReturned, nextEntry, nextExternal, nextSegmentIndex, nextTableIndex
-
-
Constructor Summary
Constructors Constructor Description ValueIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
-
Methods inherited from class com.google.common.collect.MapMakerInternalMap.HashIterator
advance, advanceTo, hasNext, nextEntry, nextInChain, nextInTable, remove
-
-
-
-
Method Detail
-
next
public V next()
- Specified by:
next
in interfacejava.util.Iterator<V>
- Specified by:
next
in classMapMakerInternalMap.HashIterator<V>
-
-