JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
me.hsgamer.hscore.common.Pair
Packages that use
Pair
Package
Description
me.hsgamer.hscore.common
Contains the utilities for common use
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