Uses of Class
com.liangjian.web.common.entity.Tuple4
-
Packages that use Tuple4 Package Description com.liangjian.web.common.entity -
-
Uses of Tuple4 in com.liangjian.web.common.entity
Subclasses of Tuple4 in com.liangjian.web.common.entity Modifier and Type Class Description class
Tuple5<A,B,C,D,E>
Created by huangziqi on 2020/1/13Methods in com.liangjian.web.common.entity that return Tuple4 Modifier and Type Method Description static <A,B,C,D>
Tuple4<A,B,C,D>Tuple. of(A a, B b, C c, D d)
-