Uses of Class
so.dang.cool.Pair
-
Packages that use Pair Package Description so.dang.cool -
-
Uses of Pair in so.dang.cool
Methods in so.dang.cool that return Pair Modifier and Type Method Description static <L,R>
Pair<L,R>Pair. of(L left, R right)Make a Pair of things.
-