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