public class Tuple2<A,B> extends Object
A
a
B
b
static <A,B> Tuple2<A,B>
of(A a, B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final A a
public final B b
public static <A,B> Tuple2<A,B> of(A a, B b)
Copyright © 2017. All rights reserved.