public class Pair<K,V> extends Object
Pair(K k, V v)
boolean
equals(Object obj)
K
getKey()
V
getValue()
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(K k, V v)
public K getKey()
public V getValue()
public boolean equals(Object obj)
equals
Object
Copyright © 2018. All rights reserved.