Uses of Interface
com.helger.base.clone.ICloneable
Packages that use ICloneable
Package
Description
-
Uses of ICloneable in com.helger.base.callback
Classes in com.helger.base.callback that implement ICloneableModifier and TypeClassDescriptionclassCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks. -
Uses of ICloneable in com.helger.base.clone
Methods in com.helger.base.clone with type parameters of type ICloneableModifier and TypeMethodDescriptionstatic <DATATYPE extends ICloneable<DATATYPE>>
@Nullable DATATYPECloneHelper.getCloneIfNotNull(@Nullable DATATYPE aObject) Get a clone (= deep copy) of the passed value for all objects implementingICloneable. -
Uses of ICloneable in com.helger.base.numeric.mutable
Subinterfaces of ICloneable in com.helger.base.numeric.mutableModifier and TypeInterfaceDescriptioninterfaceIMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>Base interface for mutable numeric valuesinterfaceIMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>>Base interface for all mutable objectsClasses in com.helger.base.numeric.mutable that implement ICloneableModifier 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. -
Uses of ICloneable in com.helger.base.wrapper
Classes in com.helger.base.wrapper that implement ICloneableModifier and TypeClassDescriptionclassWrapper<DATATYPE>This is a stupid wrapper around any object.