JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.jeff_media.jefflib.data.EnumCache
Packages that use
EnumCache
Package
Description
com.jeff_media.jefflib.data
Some data classes.
Uses of
EnumCache
in
com.jeff_media.jefflib.data
Methods in
com.jeff_media.jefflib.data
that return
EnumCache
Modifier and Type
Method
Description
static <E extends
Enum
<E>>
EnumCache
<E>
EnumCache.
of
(
Class
<E> enumClass)
Creates a new or returns the cached
EnumCache
for the given enum class