public class Tuple2<V1,V2> extends Object
V1
value1
V2
value2
Tuple2(V1 value1, V2 value2)
static <V1,V2> Tuple2<V1,V2>
of(V1 value1, V2 value2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final V1 value1
public final V2 value2
public Tuple2(V1 value1, V2 value2)
public static <V1,V2> Tuple2<V1,V2> of(V1 value1, V2 value2)
Copyright © 2018. All rights reserved.