Package org.leo.aws.ddb.utils
Class Tuple6<A,B,C,D,E,F>
- java.lang.Object
-
- org.leo.aws.ddb.utils.Tuple6<A,B,C,D,E,F>
-
- All Implemented Interfaces:
Serializable,ITuple
public final class Tuple6<A,B,C,D,E,F> extends Object implements ITuple
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Tuple3<A,B,C>firstThroughThirdprivate Tuple3<D,E,F>fourthThroughSixth
-