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

A pair is a group of 2 values.
author  Johann Sorel


Variables : value1, value2
Functions : Pair, Pair, getValue1, getValue2, equals, hashCode


protected Object value1

protected Object value2


public void Pair (Object value1, Object value2)

public void Pair (Pair pair)

public Object getValue1 ()

public Object getValue2 ()

public boolean equals (Object candidate)

public int hashCode ()