java.io.Serializable
public final class Sextuple<A extends Object, B extends Object, C extends Object, D extends Object, E extends Object, F extends Object> implements Serializable
private final A
first
private final B
second
private final C
third
private final D
fourth
private final E
fifth
private final F
sixth
Sextuple(A first, B second, C third, D fourth, E fifth, F sixth)
final A
getFirst()
final B
getSecond()
final C
getThird()
final D
getFourth()
final E
getFifth()
final F
getSixth()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final A getFirst()
final B getSecond()
final C getThird()
final D getFourth()
final E getFifth()
final F getSixth()
String toString()
Returns string representation of the Quadruple including its first, second, third, fourth, fifth&sixth values.