Uses of Class
com.liangjian.web.common.entity.Tuple5
-
Packages that use Tuple5 Package Description com.liangjian.web.common.entity -
-
Uses of Tuple5 in com.liangjian.web.common.entity
Methods in com.liangjian.web.common.entity that return Tuple5 Modifier and Type Method Description static <A,B,C,D,E>
Tuple5<A,B,C,D,E>Tuple. of(A a, B b, C c, D d, E e)
-