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