V
public static final class IntKeyMap.Entry<V> extends java.lang.Object
private int
key
private V
value
private
Entry(int key, V value)
int
getKey()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final int key
private final V value
private Entry(int key, V value)
public int getKey()
public V getValue()