public final class Tuple<K,V> extends Object
Tuple()
Tuple(K key, V value)
K
getKey()
V
getValue()
void
setKey(K key)
setValue(V value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Tuple()
public Tuple(K key, V value)
key
value
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.