Uses of Class
org.apache.commons.lang.enums.Enum.Entry
Packages that use Enum.Entry
Package
Description
Provides an implementation of the C style
enum in the Java world.-
Uses of Enum.Entry in org.apache.commons.lang.enums
Methods in org.apache.commons.lang.enums that return Enum.EntryModifier and TypeMethodDescriptionprivate static Enum.EntryEnum.createEntry(Class enumClass) Creates anEntryfor storing the Enums.private static Enum.EntryGets anEntryfrom the map of Enums.