Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/api/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
1249 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_retainAll_LCollection() local
1434 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_iterator() local