public class Tuple4<T1,T2,T3,T4> extends Object
| Constructor and Description |
|---|
Tuple4(T1 item1,
T2 item2,
T3 item3,
T4 item4) |
| Modifier and Type | Method and Description |
|---|---|
T1 |
getItem1()
Gets or sets the item1.
|
T2 |
getItem2()
Gets or sets the item1.
|
T3 |
getItem3()
Gets or sets the item1.
|
T4 |
getItem4()
Gets or sets the item1.
|
public final T1 getItem1()
Gets or sets the item1.
Value: The item1.public final T2 getItem2()
Gets or sets the item1.
Value: The item2.public final T3 getItem3()
Gets or sets the item1.
Value: The item3.public final T4 getItem4()
Gets or sets the item1.
Value: The item4.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.