Searched refs:enumCollection (Results 1 – 1 of 1) sorted by relevance
951 Collection<EnumFoo> enumCollection = new ArrayList<EnumFoo>(); in test_CopyOf_LCollection() local952 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()