Uses of Interface
com.helger.commons.lang.ICloneable
Packages that use ICloneable
Package
Description
-
Uses of ICloneable in com.helger.commons.callback
Classes in com.helger.commons.callback that implement ICloneableModifier and TypeClassDescriptionclassCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks. -
Uses of ICloneable in com.helger.commons.collection
Classes in com.helger.commons.collection that implement ICloneableModifier and TypeClassDescriptionclassNonBlockingStack<ELEMENTTYPE>A version of a stack that does not useVectorbut anCommonsArrayListas the underlying data structure as opposed toStack. -
Uses of ICloneable in com.helger.commons.collection.attr
Subinterfaces of ICloneable in com.helger.commons.collection.attrModifier and TypeInterfaceDescriptioninterfaceIAttributeContainer<KEYTYPE,VALUETYPE> Base interface for a generic read-only attribute container.interfaceIAttributeContainerAny<KEYTYPE>This is the writable extension of the<String, Object>.interfaceSpecial mutable attribute container with a String key and a String value.Classes in com.helger.commons.collection.attr that implement ICloneableModifier and TypeClassDescriptionclassAttributeContainer<KEYTYPE,VALUETYPE> Base class for all kind of any-any mapping container.classAttributeContainerAny<KEYTYPE>Base class for all kind of string-object mapping container.classAttributeContainerAnyConcurrent<KEYTYPE>Base class for all kind of string-object mapping container.classAttributeContainerConcurrent<KEYTYPE,VALUETYPE> Base class for all kind of any-any mapping container.classBase class for all kind of string-string mapping container. -
Uses of ICloneable in com.helger.commons.collection.impl
Subinterfaces of ICloneable in com.helger.commons.collection.implModifier and TypeInterfaceDescriptioninterfaceICommonsList<ELEMENTTYPE>A specialListinterface with extended functionality based onICommonsCollection.interfaceICommonsMap<KEYTYPE,VALUETYPE> A specialMapinterface with extended functionalityinterfaceICommonsNavigableMap<KEYTYPE,VALUETYPE> A specialNavigableMapinterface based onICommonsSortedMap.interfaceICommonsNavigableSet<ELEMENTTYPE>A specialNavigableSetbased interface with extended functionality based onICommonsSortedSet.interfaceICommonsOrderedMap<KEYTYPE,VALUETYPE> interfaceICommonsOrderedSet<ELEMENTTYPE>A special orderedSetbased interface with extended functionality based onICommonsSet.interfaceICommonsSet<ELEMENTTYPE>A specialSetinterface with extended functionality based onICommonsCollection.interfaceICommonsSortedMap<KEYTYPE,VALUETYPE> A specialSortedMapbased interface with extended functionality based onICommonsMap.interfaceICommonsSortedSet<ELEMENTTYPE>A specialSortedSetbased interface with extended functionality based onICommonsSet.Classes in com.helger.commons.collection.impl that implement ICloneableModifier and TypeClassDescriptionclassCommonsArrayList<ELEMENTTYPE>A specialArrayListimplementation based onICommonsList.classCommonsConcurrentHashMap<KEYTYPE,VALUETYPE> A specialConcurrentHashMapimplementation based onICommonsMap.classCommonsCopyOnWriteArrayList<ELEMENTTYPE>A specialCommonsCopyOnWriteArrayListimplementation based onICommonsList.classCommonsCopyOnWriteArraySet<ELEMENTTYPE>A specialCopyOnWriteArraySetimplementation based onICommonsSet.classCommonsEnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE> A specialEnumMapimplementation based onICommonsMap.classCommonsHashMap<KEYTYPE,VALUETYPE> A specialHashMapimplementation based onICommonsMap.classCommonsHashSet<ELEMENTTYPE>A specialHashSetimplementation based onICommonsSet.classCommonsLinkedHashMap<KEYTYPE,VALUETYPE> A specialLinkedHashMapimplementation based onICommonsOrderedMap.classCommonsLinkedHashSet<ELEMENTTYPE>A specialLinkedHashSetimplementation based onICommonsOrderedSet.classCommonsLinkedList<ELEMENTTYPE>A specialLinkedListimplementation based onICommonsList.classCommonsTreeMap<KEYTYPE,VALUETYPE> A specialTreeMapimplementation based onICommonsNavigableMap.classCommonsTreeSet<ELEMENTTYPE>A specialTreeSetimplementation based onICommonsNavigableSet.classCommonsVector<ELEMENTTYPE>A specialVectorimplementation based onICommonsList.classCommonsWeakHashMap<KEYTYPE,VALUETYPE> A specialWeakHashMapimplementation based onICommonsMap. -
Uses of ICloneable in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement ICloneableModifier and TypeClassDescriptionclassAbstractSoftMap<K,V> SoftMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:AbstractSoftMapis NOT serializable!classLoggingLRUMap<KEYTYPE,VALUETYPE> A specificLRUMapthat emits a warning once the map is full and the oldest entry gets discarded.classLRUMap<KEYTYPE,VALUETYPE> A special ordered map, that has an upper limit of contained elements.classLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements.classSoftHashMap<K,V> SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftHashMapis NOT serializable!classSoftLinkedHashMap<K,V> SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftLinkedHashMapis NOT serializable! -
Uses of ICloneable in com.helger.commons.error
Classes in com.helger.commons.error that implement ICloneableModifier and TypeClassDescriptionclassDefault implementation ofIErrorTextProviderwith a customizable layout. -
Uses of ICloneable in com.helger.commons.error.list
Subinterfaces of ICloneable in com.helger.commons.error.listClasses in com.helger.commons.error.list that implement ICloneable -
Uses of ICloneable in com.helger.commons.http
Classes in com.helger.commons.http that implement ICloneableModifier and TypeClassDescriptionclassAbstracts HTTP header interface for external usage.
Note: since version 9.1.8 (issue #11) the internal scheme changed and the original case is stored. -
Uses of ICloneable in com.helger.commons.lang
Classes in com.helger.commons.lang that implement ICloneableModifier and TypeClassDescriptionclassTheNonBlockingPropertiesclass represents a persistent set of properties.Methods in com.helger.commons.lang with type parameters of type ICloneableModifier and TypeMethodDescriptionstatic <DATATYPE extends ICloneable<DATATYPE>>
ICommonsList<DATATYPE> CloneHelper.getClonedList(Iterable<DATATYPE> aList) Get a list where each contained item is also cloned.static <DATATYPE extends ICloneable<DATATYPE>>
DATATYPECloneHelper.getCloneIfNotNull(DATATYPE aObject) Get a clone (= deep copy) of the passed value for all objects implementingICloneable. -
Uses of ICloneable in com.helger.commons.mime
Subinterfaces of ICloneable in com.helger.commons.mimeModifier and TypeInterfaceDescriptioninterfaceInterface for the structured representation of a single MIME type.Classes in com.helger.commons.mime that implement ICloneableModifier and TypeClassDescriptionclassRepresents a single MIME type as the combination of the content type and the sub-type and parameters. -
Uses of ICloneable in com.helger.commons.mock
Methods in com.helger.commons.mock with parameters of type ICloneableModifier and TypeMethodDescriptionstatic voidCommonsTestHelper.testGetClone(ICloneable<?> aCloneable) Test if the implementationICloneableis OK. -
Uses of ICloneable in com.helger.commons.mutable
Subinterfaces of ICloneable 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 valuesinterfaceIMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>>Base interface for all mutable objectsClasses in com.helger.commons.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.commons.url
Classes in com.helger.commons.url that implement ICloneableModifier and TypeClassDescriptionclassAbstraction of the string parts of a URL but much simpler (and faster) thanURL.classA list of URL parameters with a sanity API. -
Uses of ICloneable in com.helger.commons.wrapper
Classes in com.helger.commons.wrapper that implement ICloneableModifier and TypeClassDescriptionclassWrapper<DATATYPE>This is a stupid wrapper around any object.