public class Tuple2<X,Y> extends Object
Tuple2(X first, Y second)
X
getFirst()
Y
getSecond()
void
setFirst(X first)
setSecond(Y second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple2(X first, Y second)
public X getFirst()
public void setFirst(X first)
public Y getSecond()
public void setSecond(Y second)
Copyright © 2024. All rights reserved.