Package io.tech1.framework.domain.tuples
Class Tuple5<A,B,C,D,E>
- java.lang.Object
-
- io.tech1.framework.domain.tuples.Tuple5<A,B,C,D,E>
-
public class Tuple5<A,B,C,D,E> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)AgetA()BgetB()CgetC()DgetD()EgetE()inthashCode()static <A,B,C,D,E>
Tuple5<A,B,C,D,E>of(A a, B b, C c, D d, E e)StringtoString()
-