JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
jodd.util
MapEntry
Uses of Class
jodd.util.MapEntry
Packages that use
MapEntry
Package
Description
jodd.util
Huge set of various utilities.
Uses of
MapEntry
in
jodd.util
Methods in
jodd.util
that return
MapEntry
Modifier and Type
Method
Description
static <T,
R>
MapEntry
<T,
R>
MapEntry.
of
(T key, R value)
static <T,
R>
MapEntry
<T,
R>
MapEntry.
ofUnmodifiable
(T key, R value)