DATA1TYPE - Type of the first elementDATA2TYPE - Type of the second elementDATA3TYPE - Type of the third elementpublic interface IReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE>
| Modifier and Type | Method and Description |
|---|---|
DATA1TYPE |
getFirst() |
DATA2TYPE |
getSecond() |
DATA3TYPE |
getThird() |
Copyright © 2014–2015 Philip Helger. All rights reserved.