public interface NumberUnit<T extends Number>
abstract Integer
unitsBetween(T min, T max)
abstract T
firstUnit(T value)
next(T value, Integer offset)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Integer unitsBetween(T min, T max)
abstract T firstUnit(T value)
abstract T next(T value, Integer offset)