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