Searched defs:emptySet (Results 1 – 3 of 3) sorted by relevance
332 Set emptySet = EnumSet.noneOf(EmptyEnum.class); in test_addAll_LCollection() local789 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_containsAll_LCollection() local1091 Set<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_removeAll_LCollection() local1285 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_retainAll_LCollection() local1475 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_iterator() local
130 …ublic static final <T> java.util.Set<@libcore.util.NullFromTypeParam T> emptySet() { throw new Run… in emptySet() method in Collections
299 public static final <T> java.util.Set<T> emptySet() { in emptySet() method in Collections