JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
me.hsgamer.hscore.common.Pair
Uses of
Pair
in
me.hsgamer.hscore.common
Methods in
me.hsgamer.hscore.common
that return
Pair
Modifier and Type
Method
Description
static <K,
V>
Pair
<K,
V>
Pair.
of
(
Map.Entry
<K,
V> entry)
Create a new pair from the map entry
static <K,
V>
Pair
<K,
V>
Pair.
of
(K key, V value)
Create a new pair