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