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