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.
| Modifier and Type | Method and Description |
|---|---|
T1 |
getItem1()
Gets or sets the item1.
|
T2 |
getItem2()
Gets or sets the item2.
|
T3 |
getItem3()
Gets or sets the item3.
|
void |
setItem2(T2 value)
Gets or sets the item2.
|
void |
setItem3(T3 value)
Gets or sets the item3.
|
public final T1 getItem1()
Gets or sets the item1.
Value: The item1.public final T2 getItem2()
Gets or sets the item2.
Value: The item2.public final void setItem2(T2 value)
Gets or sets the item2.
Value: The item2.public final T3 getItem3()
Gets or sets the item3.
Value: The item3.public final void setItem3(T3 value)
Gets or sets the item3.
Value: The item3.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.