public final class Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9> extends Tuple
Represents a list of 9 typed Objects.
Type Params | Return Type | Name and description |
---|---|---|
|
public Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
clone() |
|
public T8 |
getEighth() |
|
public T5 |
getFifth() |
|
public T1 |
getFirst() |
|
public T4 |
getFourth() |
|
public T9 |
getNinth() |
|
public T2 |
getSecond() |
|
public T7 |
getSeventh() |
|
public T6 |
getSixth() |
|
public T3 |
getThird() |
|
public T1 |
getV1() |
|
public T2 |
getV2() |
|
public T3 |
getV3() |
|
public T4 |
getV4() |
|
public T5 |
getV5() |
|
public T6 |
getV6() |
|
public T7 |
getV7() |
|
public T8 |
getV8() |
|
public T9 |
getV9() |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.