public class TupleOf3<A,B,C> extends Object
TupleOf3(A a, B b, C c)
A
getA()
B
getB()
C
getC()
void
setA(A a)
setB(B b)
setC(C c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TupleOf3(A a, B b, C c)
public A getA()
public B getB()
public void setA(A a)
public void setB(B b)
public C getC()
public void setC(C c)
Copyright © 2025. All rights reserved.