Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java951 Collection<EnumFoo> enumCollection = new ArrayList<EnumFoo>(); in test_CopyOf_LCollection() local
952 enumCollection.add(EnumFoo.b); in test_CopyOf_LCollection()
954 EnumSet<EnumFoo> copyOfEnumCollection = EnumSet.copyOf(enumCollection); in test_CopyOf_LCollection()
960 enumCollection.add(null); in test_CopyOf_LCollection()
962 2, enumCollection.size()); in test_CopyOf_LCollection()
965 copyOfEnumCollection = EnumSet.copyOf(enumCollection); in test_CopyOf_LCollection()