Class Pair<A,B>

java.lang.Object
VASSAL.tools.lang.Pair<A,B>
Type Parameters:
A - the type of the first object
B - the type of the second object

public final class Pair<A,B> extends Object
An immutable class for pairs of objects.
Since:
3.2.0
Author:
Joel Uckelman