Map.Entry<K,V>
public class ObjectMapping.KeyValue<K,V> extends Object implements Map.Entry<K,V>
KeyValue(K key, V value)
K
getKey()
V
getValue()
setKey(K key)
setValue(V value)
equals, hashCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyValue(K key, V value)
public K getKey()
getKey
public V getValue()
getValue
public K setKey(K key)
public V setValue(V value)
setValue
Copyright © 2017–2018 Team Controlium Committers. All rights reserved.