Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DSetsTest.java289 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); in testComplementOfEnumSet() local
295 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); in testComplementOfEnumSetWithType() local
301 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); in testComplementOfRegularSet() local
307 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); in testComplementOfRegularSetWithType() local