Uses of Interface
com.helger.commons.mutable.IMutableObject
Packages that use IMutableObject
-
Uses of IMutableObject in com.helger.commons.mutable
Classes in com.helger.commons.mutable with type parameters of type IMutableObjectModifier and TypeInterfaceDescriptioninterfaceIMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>>Base interface for all mutable objectsSubinterfaces of IMutableObject in com.helger.commons.mutableModifier and TypeInterfaceDescriptioninterfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>Base interface for mutable numeric valuesClasses in com.helger.commons.mutable that implement IMutableObjectModifier 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 boolean so 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.