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