JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
de.galan.commons.util.Pair
Packages that use
Pair
Package
Description
de.galan.commons.util
Uses of
Pair
in
de.galan.commons.util
Methods in
de.galan.commons.util
that return
Pair
Modifier and Type
Method
Description
Pair
<
K
,
V
>
Pair.
k
(
K
k)
static <K,
V>
Pair
Pair.
of
(K key, V value)
Pair
<
K
,
V
>
Pair.
v
(
V
v)