JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
tk.airshipcraft.commonlib.utils.Pair
Packages that use
Pair
Package
Description
tk.airshipcraft.commonlib.utils
Uses of
Pair
in
tk.airshipcraft.commonlib.utils
Methods in
tk.airshipcraft.commonlib.utils
that return
Pair
Modifier and Type
Method
Description
static <L,
R>
Pair
<L,
R>
Pair.
of
(L left, R right)
Creates a new Pair with the specified values.