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