Package org.leo.aws.ddb.utils
Class Tuple3<A,B,C>
- java.lang.Object
-
- org.leo.aws.ddb.utils.Tuple3<A,B,C>
-
- All Implemented Interfaces:
Serializable,ITuple
public final class Tuple3<A,B,C> extends Object implements ITuple
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description A_1()B_2()C_3()<D> Tuple4<A,B,C,D>append(D fourth)booleanequals(Object o)inthashCode()static <A,B,C>
Tuple3<A,B,C>of(A first, B second, C third)Iterable<?>toIterable()StringtoString()
-