Uses of Class
com.liangjian.web.common.entity.Tuple1
-
Packages that use Tuple1 Package Description com.liangjian.web.common.entity -
-
Uses of Tuple1 in com.liangjian.web.common.entity
Subclasses of Tuple1 in com.liangjian.web.common.entity Modifier and Type Class Description class
Tuple2<A,B>
Created by huangziqi on 2020/1/13class
Tuple3<A,B,C>
Created by huangziqi on 2020/1/13class
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 Tuple1 Modifier and Type Method Description static <A> Tuple1<A>
Tuple. of(A a)
-