public final class Tuple3<T1,T2,T3> extends Object
A tuple of three elements along the lines of Scala’s Tuple.
T1
_1
T2
_2
T3
_3
Tuple3(T1 _1, T2 _2, T3 _3)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final T1 _1
public final T2 _2
public final T3 _3
public Tuple3(T1 _1, T2 _2, T3 _3)
Constructs a new tuple.
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019 The Apache Software Foundation. All rights reserved.