Package net.fauxpark.tuples
Class TwoTuple<A,B>
- java.lang.Object
-
- net.fauxpark.tuples.TwoTuple<A,B>
-
- Type Parameters:
A- The first type.B- The second type.
public final class TwoTuple<A,B> extends Object
2-tuple.
A - The first type.B - The second type.public final class TwoTuple<A,B> extends Object