Searched defs:anotherSet (Results 1 – 1 of 1) sorted by relevance
191 EnumSet<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); in test_AllOf_LClass() local532 Set<EnumFoo> anotherSet = EnumSet.noneOf(EnumFoo.class); in test_equals_LObject() local1080 Set<EnumFoo> anotherSet = EnumSet.noneOf(EnumFoo.class); in test_removeAll_LCollection() local1234 Set<EnumFoo> anotherSet = EnumSet.allOf(EnumFoo.class); in test_retainAll_LCollection() local