Map.Entry<Integer,K>
public class ListAsMap.Entry extends Object implements Map.Entry<Integer,K>
Entry(Integer key, K value)
Integer
getKey()
K
getValue()
setValue(K value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public Entry(Integer key, K value)
public Integer getKey()
getKey
public K getValue()
getValue
public K setValue(K value)
setValue