Uses of Class
pl.project13.core.util.Pair
-
Packages that use Pair Package Description pl.project13.core.util -
-
Uses of Pair in pl.project13.core.util
Methods in pl.project13.core.util that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. of(A first, B second)
-