GrammarScope  4.0.0
Public Member Functions | Public Attributes | List of all members
grammarscope.common.utils.Pair< T1, T2 > Class Template Reference

Public Member Functions

 Pair (final T1 first, final T2 second)
 

Public Attributes

final T1 first
 
final T2 second
 

Detailed Description

Pair

Parameters
<T1>type of first pair element
<T2>type of second pair element
Author
Bernard Bou

Constructor & Destructor Documentation

◆ Pair()

grammarscope.common.utils.Pair< T1, T2 >.Pair ( final T1  first,
final T2  second 
)

Constructor

Parameters
firstfirst element
secondsecond element

Member Data Documentation

◆ first

final T1 grammarscope.common.utils.Pair< T1, T2 >.first

First element

◆ second

final T2 grammarscope.common.utils.Pair< T1, T2 >.second

Second element


The documentation for this class was generated from the following file: