Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java207 EnumSet<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); in test_AllOf_LClass() local
566 Set<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); in test_equals_LObject() local
855 Set<HugeEnum> anotherHugeSet = EnumSet.noneOf(HugeEnum.class); in test_containsAll_LCollection() local
1185 Set<HugeEnum> anotherHugeSet = EnumSet.noneOf(HugeEnum.class); in test_removeAll_LCollection() local
1368 Set<HugeEnum> anotherHugeSet = EnumSet.allOf(HugeEnum.class); in test_retainAll_LCollection() local