Uses of Class
com.liangjian.web.common.entity.Tuple2
-
Packages that use Tuple2 Package Description com.liangjian.web.common.entity -
-
Uses of Tuple2 in com.liangjian.web.common.entity
Subclasses of Tuple2 in com.liangjian.web.common.entity Modifier and Type Class Description class
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 Tuple2 Modifier and Type Method Description static <A,B>
Tuple2<A,B>Tuple. of(A a, B b)
-