public class Tuple2<A,B> extends Object implements Tuple
Tuple2(A _1, B _2)
A
_1()
B
_2()
boolean
equals(Object o)
int
hashCode()
static <A,B> Tuple2<A,B>
of(A _1, B _2)
String
toString()
List<Object>
values()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple2(A _1, B _2)
public static <A,B> Tuple2<A,B> of(A _1, B _2)
public A _1()
public B _2()
public List<Object> values()
Tuple
values
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2012-2021. All Rights Reserved.