Uses of Class
cn.cloudself.query.util.structure.Pair
-
Packages that use Pair Package Description cn.cloudself.query.psi.structure cn.cloudself.query.util.structure -
-
Uses of Pair in cn.cloudself.query.psi.structure
Methods in cn.cloudself.query.psi.structure that return Pair Modifier and Type Method Description Pair<Integer,Integer>QueryStructure. limit()Methods in cn.cloudself.query.psi.structure with parameters of type Pair Modifier and Type Method Description QueryStructureQueryStructure. limit(Pair<Integer,Integer> limit) -
Uses of Pair in cn.cloudself.query.util.structure
Methods in cn.cloudself.query.util.structure that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. of(A first, B second)
-