
public static class HelperClasses.Triple<T1,T2,T3> extends Object
| Constructor and Description |
|---|
Triple(T1 firstVal,
T2 secondVal,
T3 thirdVal) |
| Modifier and Type | Method and Description |
|---|---|
T1 |
getFirstVal() |
T2 |
getSecondVal() |
T3 |
getThirdVal() |
Copyright © 2009–2025 OrientDB. All rights reserved.