Uses of Interface
com.helger.commons.mutable.IMutableNumeric
Packages that use IMutableNumeric
-
Uses of IMutableNumeric in com.helger.commons.mutable
Classes in com.helger.commons.mutable with type parameters of type IMutableNumericModifier and TypeInterfaceDescriptioninterfaceIMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>Base interface for mutable numeric valuesSubinterfaces of IMutableNumeric in com.helger.commons.mutableModifier and TypeInterfaceDescriptioninterfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesClasses in com.helger.commons.mutable that implement IMutableNumericModifier and TypeClassDescriptionclassAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.classObject wrapper around aBigDecimalso that it can be passed a final object but is mutable.classObject wrapper around aBigIntegerso that it can be passed a final object but is mutable.classObject wrapper around a byte so that it can be passed a final object but is mutable.classObject wrapper around a char so that it can be passed a final object but is mutable.classObject wrapper around a double so that it can be passed a final object but is mutable.classObject wrapper around a float so that it can be passed a final object but is mutable.classObject wrapper around an int so that it can be passed a final object but is mutable.classObject wrapper around a long so that it can be passed a final object but is mutable.classObject wrapper around a short so that it can be passed a final object but is mutable.