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