public abstract class Pair<K,V> extends Object
Pair()
boolean
equals(Object object)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public K getKey()
public V getValue()
public void setKey(K key)
public V setValue(V value)
public boolean equals(Object object)
equals
Object
Copyright © 2019. All rights reserved.