![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
Triple (final T1 first, final T2 second, final T3 third) | |
Public Attributes | |
final T1 | first |
final T2 | second |
final T3 | third |
<T1> | type of first pair element |
<T2> | type of second pair element |
<T3> | type of third pair element |
grammarscope.utils.Triple< T1, T2, T3 >.Triple | ( | final T1 | first, |
final T2 | second, | ||
final T3 | third | ||
) |
Constructor
first | first element |
second | second element |
third | third element |
final T1 grammarscope.utils.Triple< T1, T2, T3 >.first |
First element
final T2 grammarscope.utils.Triple< T1, T2, T3 >.second |
Second element
final T3 grammarscope.utils.Triple< T1, T2, T3 >.third |
Third element