JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.amilesend.client.util
Pair
Uses of Class
com.amilesend.client.util.Pair
Packages that use
Pair
Package
Description
com.amilesend.client.util
Uses of
Pair
in
com.amilesend.client.util
Methods in
com.amilesend.client.util
that return
Pair
Modifier and Type
Method
Description
static <K,
V>
Pair
<K,
V>
Pair.
of
(K left, V right)
Creates a new
Pair
for the given left and right objects.