Searched defs:otherUnits (Results 1 – 1 of 1) sorted by relevance
289 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); in testComplementOfEnumSet() local295 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); in testComplementOfEnumSetWithType() local301 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); in testComplementOfRegularSet() local307 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); in testComplementOfRegularSetWithType() local