public final class Tuple<K,V> extends Object
Tuple(K k, V v)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public Tuple(K k, V v)
public K getKey()
public V getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2016 The Apache Software Foundation. All rights reserved.