public class Tuple3<T1,T2,T3> extends Object
Simple Tuple
T1: The type of the 1.
T2: The type of the 2.
T3: The type of the 3.
| Constructor and Description |
|---|
Tuple3() |
Tuple3(T1 item1,
T2 item2,
T3 item3) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Tuple3<T1,T2,T3> |
create(T1 item1,
T2 item2,
T3 item3) |
T1 |
getItem1()
Gets or sets the item1.
|
T2 |
getItem2()
Gets or sets the item2.
|
T3 |
getItem3()
Gets or sets the item3.
|
T1 |
getX() |
T2 |
getY() |
T3 |
getZ() |
void |
setItem1(T1 value)
Gets or sets the item1.
|
void |
setItem2(T2 value)
Gets or sets the item2.
|
void |
setItem3(T3 value)
Gets or sets the item3.
|
void |
setX(T1 value) |
void |
setY(T2 value) |
void |
setZ(T3 value) |
public static <T1,T2,T3> Tuple3<T1,T2,T3> create(T1 item1, T2 item2, T3 item3)
public final T1 getItem1()
Gets or sets the item1.
Value: The item1.public final T1 getX()
public final void setItem1(T1 value)
Gets or sets the item1.
Value: The item1.public final void setX(T1 value)
public final T2 getItem2()
Gets or sets the item2.
Value: The item2.public final T2 getY()
public final void setItem2(T2 value)
Gets or sets the item2.
Value: The item2.public final void setY(T2 value)
public final T3 getItem3()
Gets or sets the item3.
Value: The item3.public final T3 getZ()
public final void setItem3(T3 value)
Gets or sets the item3.
Value: The item3.public final void setZ(T3 value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.