Home
last modified time | relevance | path

Searched defs:emptySet (Results 1 – 3 of 3) 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
789 EnumSet<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_containsAll_LCollection() local
1091 Set<EmptyEnum> emptySet = EnumSet.noneOf(EmptyEnum.class); in test_removeAll_LCollection() local
1285 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_retainAll_LCollection() local
1475 Set<EmptyEnum> emptySet = EnumSet.allOf(EmptyEnum.class); in test_iterator() local
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java130 …ublic static final <T> java.util.Set<@libcore.util.NullFromTypeParam T> emptySet() { throw new Run… in emptySet() method in Collections
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java299 public static final <T> java.util.Set<T> emptySet() { in emptySet() method in Collections