Searched defs:emptySet (Results 1 – 1 of 1) sorted by relevance
332 Set emptySet = EnumSet.noneOf(EmptyEnum.class); in test_addAll_LCollection() local757 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_containsAll_LCollection() local1059 Set<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_removeAll_LCollection() local1253 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_retainAll_LCollection() local1442 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_iterator() local