所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • tech.units.indriya.function.DefaultNumberSystem (implements tech.units.indriya.spi.NumberSystem)
    • org.cooder.units.UnitNumber<Q>
    • org.cooder.units.Units

接口分层结构

  • javax.measure.Quantity<Q>
    • org.cooder.units.quantity.Money
    • org.cooder.units.quantity.SKU
    • org.cooder.units.quantity.UNKNOWN
    • org.cooder.units.quantity.WorkTime