Uses of Class
com.helger.commons.mutable.AbstractMutableNumeric
Packages that use AbstractMutableNumeric
-
Uses of AbstractMutableNumeric in com.helger.commons.mutable
Classes in com.helger.commons.mutable with type parameters of type AbstractMutableNumericModifier and TypeClassDescriptionclassAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.Subclasses of AbstractMutableNumeric in com.helger.commons.mutableModifier and TypeClassDescriptionclassAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.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.