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