public class Tuple2<A,B> extends Object
A
a
B
b
Tuple2()
Tuple2(A a, B b)
boolean
equals(Object obj)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public A a
public B b
public Tuple2()
public Tuple2(A a, B b)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2020. All rights reserved.