Summary:
Detail:
Map.Entry<A,B>
final A
_1
final B
_2
Tuple2(A _1, B _2)
boolean
equals(Object o)
A
getKey()
B
getValue()
int
hashCode()
hasValue()
static <A, B> Tuple2<A,B>
of(A a, B b)
requireKey()
requireValue()
setValue(B value)
Map<A,B>
toMap()
String
toString()
<C> Tuple2<A,C>
withValue(C value)
withValue(Function<B,C> transformer)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
getValue
setValue
equals
Object
hashCode
toString