java.io.Serializable
public final class Tuple6<A extends Object, B extends Object, C extends Object, D extends Object, E extends Object, F extends Object> implements Serializable
代表了一个六元素元组。
Represents a tuple of six values.
private final A
first
private final B
second
private final C
third
private final D
fourth
private final E
fifth
private final F
sixth
Tuple6(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()