Home
last modified time | relevance | path

Searched defs:emptySet (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java332 Set emptySet = EnumSet.noneOf(EmptyEnum.class); in test_addAll_LCollection() local
757 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_containsAll_LCollection() local
1059 Set<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_removeAll_LCollection() local
1253 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_retainAll_LCollection() local
1442 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_iterator() local