Package com.liangjian.web.common.entity
Class Tuple5<A,B,C,D,E>
- java.lang.Object
-
- com.liangjian.web.common.entity.Tuple1<A>
-
- com.liangjian.web.common.entity.Tuple2<A,B>
-
- com.liangjian.web.common.entity.Tuple3<A,B,C>
-
- com.liangjian.web.common.entity.Tuple4<A,B,C,D>
-
- com.liangjian.web.common.entity.Tuple5<A,B,C,D,E>
-
public class Tuple5<A,B,C,D,E> extends Tuple4<A,B,C,D>
Created by huangziqi on 2020/1/13
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get_5()
void
set_5(E _5)
-