Package net.sf.basedb.util.units


package net.sf.basedb.util.units
  • Class
    Description
    A unit "converter" that doesn't modify the values.
    A linear unit converter is a converter implementation were all units can be converted to another unit using a multiplication factor and/or an offset.
    Helper class for optimized lookup of units by symbol.
    Units are cached by (quantity,symbol) combination.
    Interface for converting values between two units.
    A utility class for working with Unit:s.