Uses of Class
de.timmfitschen.easyunits.CompoundUnit
-
Packages that use CompoundUnit Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.parser -
-
Uses of CompoundUnit in de.timmfitschen.easyunits
Methods in de.timmfitschen.easyunits that return CompoundUnit Modifier and Type Method Description CompoundUnitCompoundUnitFactory. createUnit()CompoundUnitUnit. divide(Unit u)CompoundUnitUnit. times(Unit u)Methods in de.timmfitschen.easyunits with parameters of type CompoundUnit Modifier and Type Method Description CompoundUnitFactoryCompoundUnitFactory. addComponent(CompoundUnit u, int exponent) -
Uses of CompoundUnit in de.timmfitschen.easyunits.parser
Methods in de.timmfitschen.easyunits.parser that return CompoundUnit Modifier and Type Method Description protected CompoundUnitDefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, char[] cs, int[] status)CompoundUnitDefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)
-