Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/api/java/util/
DEnumSetTest.java206 EnumSet<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); in test_AllOf_LClass() local
565 Set<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); in test_equals_LObject() local
823 Set<HugeEnum> anotherHugeSet = EnumSet.noneOf(HugeEnum.class); in test_containsAll_LCollection() local
1153 Set<HugeEnum> anotherHugeSet = EnumSet.noneOf(HugeEnum.class); in test_removeAll_LCollection() local
1328 Set<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); in test_retainAll_LCollection() local