protected static class AbstractHashedMap.EntrySetIterator<K,V> extends AbstractHashedMap.HashIterator<K,V> implements java.util.Iterator<java.util.Map.Entry<K,V>>
Modifier | Constructor and Description |
---|---|
protected |
AbstractHashedMap.EntrySetIterator(AbstractHashedMap<K,V> parent) |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<K,V> |
next() |
currentEntry, hasNext, nextEntry, remove, toString
Copyright © 2001-2013. All Rights Reserved.