public class Tuple<A,B> extends Object
A
first
B
second
Tuple(A first, B second)
getFirst()
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final A first
public final B second
public Tuple(A first, B second)
public A getFirst()
public B getSecond()
Copyright © 2020. All rights reserved.