Searched refs:rawEnumCollection (Results 1 – 1 of 1) sorted by relevance
971 Collection rawEnumCollection = new ArrayList(); in test_CopyOf_LCollection() local972 rawEnumCollection.add(EnumFoo.a); in test_CopyOf_LCollection()973 rawEnumCollection.add(EnumWithInnerClass.a); in test_CopyOf_LCollection()975 EnumSet.copyOf(rawEnumCollection); in test_CopyOf_LCollection()999 rawEnumCollection = new ArrayList(); in test_CopyOf_LCollection()1000 rawEnumCollection.add(HugeEnum.a); in test_CopyOf_LCollection()1001 rawEnumCollection.add(HugeEnumWithInnerClass.a); in test_CopyOf_LCollection()1003 EnumSet.copyOf(rawEnumCollection); in test_CopyOf_LCollection()