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