Package com.fs.starfarer.api.util
Class Pair<A,B>
java.lang.Object
com.fs.starfarer.api.util.Pair<A,B>
Simple container class for a pair of items. Has valid hashCode() and equals() methods.
A pair is equal to another pair if each of the item .equals() their counterpart.
- Author:
- Alexander Mosolov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary