public class Tuple<A,B> extends Object
static <A,B> Tuple<A,B>
empty()
A
getFirst()
B
getSecond()
of(A first, B second)
void
setFirst(A first)
setSecond(B second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <A,B> Tuple<A,B> empty()
public static <A,B> Tuple<A,B> of(A first, B second)
public A getFirst()
public void setFirst(A first)
public B getSecond()
public void setSecond(B second)
Copyright © 2021. All rights reserved.