Remove Class Remove Metrics Remove Outsource Development Remove Sample
article thumbnail

EnumSet and EnumMap

TechEmpower

. */. private static E [] getUniverse ( Class elementType ) {. There is a single backing array instance of those Month constants living in memory somewhere ( a private field in the Class object for Month ), but it wouldn't be safe to pass that array directly to every caller of values(). Some developers don't know these classes exist.

Java 330