public class ItemEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
ItemEntry(K key, V value)
boolean
equals(java.lang.Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
java.lang.String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ItemEntry(K key, V value)
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public boolean equals(java.lang.Object o)
equals
java.lang.Object
public int hashCode()
hashCode
public java.lang.String toString()
toString
Copyright © 2017. All Rights Reserved.