A
B
public class Tuple2<A,B> extends Object
_1
_2
Tuple2(A a, B b)
getFirst()
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final A _1
public final B _2
public Tuple2(A a, B b)
a
b
public A getFirst()
public B getSecond()
Copyright © 2019 SimiaCryptus Software. All rights reserved.