GrammarScope  4.0.0
Public Member Functions | Public Attributes | List of all members
grammarscope.jung2.EdgeIndexFunctionImpl< V extends HasIndex, E >.Pair< T1, T2 > Class Template Reference

Public Member Functions

 Pair (final T1 e1, final T2 e2)
 

Public Attributes

final T1 first
 
final T2 second
 

Detailed Description

Convenience class

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

Constructor & Destructor Documentation

◆ Pair()

grammarscope.jung2.EdgeIndexFunctionImpl< V extends HasIndex, E >.Pair< T1, T2 >.Pair ( final T1  e1,
final T2  e2 
)

Member Data Documentation

◆ first

final T1 grammarscope.jung2.EdgeIndexFunctionImpl< V extends HasIndex, E >.Pair< T1, T2 >.first

◆ second

final T2 grammarscope.jung2.EdgeIndexFunctionImpl< V extends HasIndex, E >.Pair< T1, T2 >.second

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