public class MapKeySetEntryIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>
MapKeySetEntryIterator(Map<K,V> map)
boolean
hasNext()
Map.Entry<K,V>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapKeySetEntryIterator(Map<K,V> map)
public boolean hasNext()
hasNext
Iterator<Map.Entry<K,V>>
public Map.Entry<K,V> next()
next
public void remove()
remove
Copyright © 2015 Revolution Systems Inc.. All rights reserved.