public class Tuple<T1,T2> extends HashEquals
T1
getKey()
T2
getValue()
static <K,V> Tuple<K,V>
of(K key, V value)
clone, equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public T1 getKey()
public T2 getValue()
public static <K,V> Tuple<K,V> of(K key, V value)
Copyright © 2018. All rights reserved.