Klasse Pair<FirstType,SecondType>

java.lang.Object
de.s42.base.functional.Pair<FirstType,SecondType>
Typparameter:
FirstType -
SecondType -

public final class Pair<FirstType,SecondType> extends Object
A pair of 2 values. Both types can be null. It provides handy access.
Autor:
Benjamin Schiller