Uses of Interface
com.helger.commons.mutable.IMutableInteger
Packages that use IMutableInteger
-
Uses of IMutableInteger in com.helger.commons.mutable
Classes in com.helger.commons.mutable with type parameters of type IMutableIntegerModifier and TypeInterfaceDescriptioninterfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesClasses in com.helger.commons.mutable that implement IMutableIntegerModifier and TypeClassDescriptionclassAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.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 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.