Uses of Class
de.timmfitschen.easyunits.Unit
-
Packages that use Unit Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.parser -
-
Uses of Unit in de.timmfitschen.easyunits
Subclasses of Unit in de.timmfitschen.easyunits Modifier and Type Class Description classBaseUnitclassCompoundUnitclassConvertedUnitclassDerivedUnitclassPrefixedUnitFields in de.timmfitschen.easyunits with type parameters of type Unit Modifier and Type Field Description protected Map<String,Unit>SystemOfUnits. allunitsMethods in de.timmfitschen.easyunits that return Unit Modifier and Type Method Description UnitUnit. add(Number n)UnitUnit. divide(Number n)UnitBaseUnit. getNormalizedUnit()UnitCompoundUnit. getNormalizedUnit()UnitConvertedUnit. getNormalizedUnit()abstract UnitUnit. getNormalizedUnit()Calculate the base unit or a compound unit that consists of base units only, without any prefixes.UnitDefaultSystemOfUnitsFactory. getUnit(String unit)UnitSystemOfUnits. getUnit(String unit)UnitSystemOfUnitsFactory. getUnit(String unit)protected UnitSystemOfUnits. parseCompound(String unit)UnitUnit. power(int i)UnitUnit. setPrefixableBy(String prefixes)UnitUnit. times(Number n)protected UnitUnit. transform(Converter c)Transform this unit into another by means of a converter.Methods in de.timmfitschen.easyunits that return types with arguments of type Unit Modifier and Type Method Description protected HashMap<String,Unit>DefaultSystemOfUnitsFactory. getAllunits()Map<Unit,Integer>CompoundUnit. getComponents()Methods in de.timmfitschen.easyunits with parameters of type Unit Modifier and Type Method Description CompoundUnitFactoryCompoundUnitFactory. addComponent(Unit u, int exponent)protected voidDefaultSystemOfUnitsFactory. addPrefixedUnit(Prefix prefix, Unit unit)protected voidDefaultSystemOfUnitsFactory. addUnitWithAllNames(Unit unit)NumberSystemOfUnits. convert(Number value, Unit from, Unit to)CompoundUnitUnit. divide(Unit u)ConverterSystemOfUnits. getConverter(Unit from, Unit to)booleanSystemOfUnits. isCommensurable(Unit unit1, Unit unit2)CompoundUnitUnit. times(Unit u)Constructors in de.timmfitschen.easyunits with parameters of type Unit Constructor Description ConvertedUnit(Unit unit, Converter converter)DerivedUnit(String symbol, Unit unit)PrefixedUnit(Unit u, Prefix p)Constructor parameters in de.timmfitschen.easyunits with type arguments of type Unit Constructor Description CompoundUnit(Map<Unit,Integer> components)SystemOfUnits(Map<String,Unit> allunits) -
Uses of Unit in de.timmfitschen.easyunits.parser
Methods in de.timmfitschen.easyunits.parser that return Unit Modifier and Type Method Description UnitCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)protected UnitDefaultCompoundUnitParser. parseSubExpression(Map<String,Unit> allunits, char[] cs, int[] status)Method parameters in de.timmfitschen.easyunits.parser with type arguments of type Unit Modifier and Type Method Description UnitCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)protected CompoundUnitDefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, char[] cs, int[] status)CompoundUnitDefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)protected UnitDefaultCompoundUnitParser. parseSubExpression(Map<String,Unit> allunits, char[] cs, int[] status)
-