Package com.yahoo.collections
Class Pair<F,S>
java.lang.Object
com.yahoo.collections.Pair<F,S>
An immutable pair of objects. This implements equals and hashCode by delegating to the
pair objects.
- Author:
- bratseth
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Pair
Creates a pair. Each member may be set to null.
-
-
Method Details