Remove Class Remove Framework 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(). return SharedSecrets. getJavaLangAccess ().

Java 330