Maven module :un.api : api-common :
Class : un.api.lang.Pair
Extends/Implements : -
Subclasses : -

A pair of elements.
author  Yann D'Isanto
param   first pair element type
param   second pair element type


Variables : -
Functions :
Pair, _1, _2




Create a pair.
param  $1 the first pair element.
param  $2 the second pair element.
public void Pair (A $1, B $2)


return  the first element of this pair.
public A _1 ()


return  the second element of this pair.
public B _2 ()