Home
last modified time | relevance | path

Searched refs:rawEnumCollection (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java971 Collection rawEnumCollection = new ArrayList(); in test_CopyOf_LCollection() local
972 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()