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