Class EnumCache<E extends Enum<E>>

java.lang.Object
com.jeff_media.jefflib.data.EnumCache<E>
Type Parameters:
E - The enum type
All Implemented Interfaces:
Iterable<E>

public class EnumCache<E extends Enum<E>> extends Object implements Iterable<E>
A simple Enum cache that caches the enum constants and size of the enum