接口 IUnitFamily<U,A extends Enum<A>>

类型参数:
U - base type for conversion utility
A - base unit from a to b

public interface IUnitFamily<U,A extends Enum<A>>
Interface for a singular unit family
  • 方法详细资料

    • submit

      U submit(U type, A from, A to)
    • exportAllUnits

      Collection<A> exportAllUnits()
    • getBaseClass

      Class<A> getBaseClass()