protected static class AbstractHashedMap.ValuesIterator<V> extends AbstractHashedMap.HashIterator<Object,V> implements Iterator<V>
Modifier | Constructor and Description |
---|---|
protected |
AbstractHashedMap.ValuesIterator(AbstractHashedMap<?,V> parent) |
Modifier and Type | Method and Description |
---|---|
V |
next() |
currentEntry, hasNext, nextEntry, remove, toString
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.