| Interface | Description |
|---|---|
| EnumUtil.IEnumIntValue |
Enumeration which are to be handled using EnumUtil methods must implement this interface.
|
| Class | Description |
|---|---|
| EnumUtil |
Contains helper methods for transforming integer values to to specific enumeration constants.
|
| EnumUtil.EnumMapper<T extends EnumUtil.IEnumIntValue> |
Helper class for getting enumeration constants based on integer value.
Uses map for mapping enumeration constants to specified integer value which results in O(1) complexity. |
| RoamingTypeConverter |
Copyright © 2014. All rights reserved.