Uses of Class
org.apache.commons.lang.enums.Enum.Entry
-
Packages that use Enum.Entry Package Description org.apache.commons.lang.enums Provides an implementation of the C styleenum
in the Java world. -
-
Uses of Enum.Entry in org.apache.commons.lang.enums
Methods in org.apache.commons.lang.enums that return Enum.Entry Modifier and Type Method Description private static Enum.Entry
Enum. createEntry(java.lang.Class enumClass)
Creates anEntry
for storing the Enums.private static Enum.Entry
Enum. getEntry(java.lang.Class enumClass)
Gets anEntry
from the map of Enums.
-