public class Tuple<X,Y> extends Object
static <X,Y> Tuple<X,Y>
of(X x, Y y)
X
x()
Y
y()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <X,Y> Tuple<X,Y> of(X x, Y y)
public X x()
public Y y()
Copyright © 2019 Google LLC. All rights reserved.