T1
- type of first valueT2
- type of second valuepublic static class VMSLibrary.Pair<T1,T2>
extends java.lang.Object
Constructor and Description |
---|
Pair(T1 item1,
T2 item2)
Construct instance.
|
Modifier and Type | Method and Description |
---|---|
T1 |
getItem1()
Get first value.
|
T2 |
getItem2()
Get second value.
|