public static class IntHashMap.IntEntry<T> extends Object implements Map.Entry<Integer,T>
boolean
equals(Object o)
int
getIntKey()
Integer
getKey()
T
getValue()
hashCode()
setValue(T newValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean equals(Object o)
equals
Map.Entry<Integer,T>
Object
Object.equals(java.lang.Object)
public int getIntKey()
public Integer getKey()
getKey
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.