public class Entry<K,V> extends Base
Entry()
Entry(K key, V value)
K
getKey()
V
getValue()
static <K,V> Entry<K,V>
of(K key, V value)
void
setKey(K key)
setValue(V value)
clone, cloneSelf, from, from, from, fuse, toBytes, toJson, toString, toXml
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Entry()
public Entry(K key, V value)
public static <K,V> Entry<K,V> of(K key, V value)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
Copyright © 2022. All rights reserved.