JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Record Class
dev.piglin.piglinworldapi.util.Pair
Packages that use
Pair
Package
Description
dev.piglin.piglinworldapi.util
Uses of
Pair
in
dev.piglin.piglinworldapi.util
Methods in
dev.piglin.piglinworldapi.util
that return
Pair
Modifier and Type
Method
Description
static <K, V>
Pair
<K,V>
Pair.
of
(
Map.Entry
<K,V> pair)