K
V
public class MutablePair<K,V> extends Pair<K,V> implements Mutable<Pair<K,V>>
Pair
key, value
MutablePair(K key, V value)
Pair<K,V>
get()
void
set(Pair<K,V> pair)
MutablePair<K,V>
setKey(K key)
setValue(V value)
equals, getKey, getValue, hashCode, of, toString
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
public MutablePair(K key, V value)
key
value
public MutablePair<K,V> setKey(K key)
public MutablePair<K,V> setValue(V value)
public Pair<K,V> get()
Mutable
get
Mutable<Pair<K,V>>
public void set(Pair<K,V> pair)
set
pair
Copyright © 2022. All rights reserved.