public final class Tuple3<T1, T2, T3>
extends Tuple
Represents a list of 3 typed Objects.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Tuple3<T1, T2, T3> |
clone(){@inheritDoc} |
|
public T1 |
getFirst()Returns the first element. |
|
public T2 |
getSecond()Returns the second element. |
|
public T3 |
getThird()Returns the third element. |
|
public T1 |
getV1()Returns the first element. |
|
public T2 |
getV2()Returns the second element. |
|
public T3 |
getV3()Returns the third element. |
Creates a tuple containing the supplied elements.
v1 - the first elementv2 - the second elementv3 - the third elementCreates a tuple from the supplied tuple.
tuple - the source tuple{@inheritDoc}
Returns the first element.
Returns the second element.
Returns the third element.
Returns the first element.
Returns the second element.
Returns the third element.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.