Package com.illumon.iris.db.tables.utils
Class CachedStringSetWrapperEnumFormatter
java.lang.Object
java.text.Format
com.fishlib.base.formatters.EnumFormatter
com.illumon.iris.db.tables.utils.CachedStringSetWrapperEnumFormatter
- All Implemented Interfaces:
Serializable
,Cloneable
public class CachedStringSetWrapperEnumFormatter
extends com.fishlib.base.formatters.EnumFormatter
This object extends the EnumFormatter class and affords the caching of string set results
Be warned this could create a large hash if the possible enum combinations get very large.
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected gnu.trove.map.hash.TIntObjectHashMap<StringSetWrapper>
indexToStringSetWrapper
-
Constructor Summary
Constructors Constructor Description CachedStringSetWrapperEnumFormatter(String[] enums)
-
Method Summary
Modifier and Type Method Description StringSetWrapper
formatStringSetWrapper(int index)