public class Int2ObjectHashMap.EntryIterator<V> extends Object implements Map.Entry<Integer,V>
Int2ObjectHashMap.EntryIterator()
Integer
getKey()
V
getValue()
Map.Entry<Integer,V>
next()
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public Int2ObjectHashMap.EntryIterator()
public Map.Entry<Integer,V> next()
next
Iterator<Map.Entry<Integer,V>>
public Integer getKey()
getKey
public V getValue()
getValue
public V setValue(V value)
setValue
Copyright © 2016. All Rights Reserved.