public static class LongHashMap.Entry<T> extends Object implements Map.Entry<Long,T>
boolean
equals(Object o)
Long
getKey()
long
getLongKey()
T
getValue()
int
hashCode()
setValue(T newValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean equals(Object o)
equals
Map.Entry<Long,T>
Object
Object.equals(java.lang.Object)
public Long getKey()
getKey
public long getLongKey()
public T getValue()
getValue
public int hashCode()
hashCode
Object.hashCode()
public T setValue(T newValue)
setValue
newValue
public String toString()
toString
Object.toString()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.