Uses of Interface
com.helger.commons.mutable.IMutableInteger
-
Packages that use IMutableInteger Package Description com.helger.commons.mutable -
-
Uses of IMutableInteger in com.helger.commons.mutable
Classes in com.helger.commons.mutable with type parameters of type IMutableInteger Modifier and Type Interface Description interfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesClasses in com.helger.commons.mutable that implement IMutableInteger Modifier and Type Class Description classAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classMutableByteObject wrapper around a byte so that it can be passed a final object but is mutable.classMutableCharObject wrapper around a char so that it can be passed a final object but is mutable.classMutableIntObject wrapper around an int so that it can be passed a final object but is mutable.classMutableLongObject wrapper around a long so that it can be passed a final object but is mutable.classMutableShortObject wrapper around a short so that it can be passed a final object but is mutable.
-