Uses of Interface
com.helger.commons.lang.ICloneable
-
-
Uses of ICloneable in com.helger.commons.callback
Classes in com.helger.commons.callback that implement ICloneable Modifier and Type Class Description classCallbackList<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 ICloneable Modifier and Type Class Description classNonBlockingStack<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.attr Modifier and Type Interface Description interfaceIAttributeContainer<KEYTYPE,VALUETYPE>Base interface for a generic read-only attribute container.interfaceIAttributeContainerAny<KEYTYPE>This is the writable extension of the<String, Object>.interfaceIStringMapSpecial mutable attribute container with a String key and a String value.Classes in com.helger.commons.collection.attr that implement ICloneable Modifier and Type Class Description classAttributeContainer<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.classStringMapBase 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.impl Modifier and Type Interface Description interfaceICommonsList<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 ICloneable Modifier and Type Class Description classCommonsArrayList<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 ICloneable Modifier and Type Class Description classAbstractSoftMap<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 ICloneable Modifier and Type Class Description classErrorTextProviderDefault implementation ofIErrorTextProviderwith a customizable layout. -
Uses of ICloneable in com.helger.commons.error.list
Subinterfaces of ICloneable in com.helger.commons.error.list Modifier and Type Interface Description interfaceIErrorListInterface for a list ofIErrorobjects.Classes in com.helger.commons.error.list that implement ICloneable Modifier and Type Class Description classErrorListDefault implementation ofIErrorList. -
Uses of ICloneable in com.helger.commons.http
Classes in com.helger.commons.http that implement ICloneable Modifier and Type Class Description classHttpHeaderMapAbstracts 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 ICloneable Modifier and Type Class Description classNonBlockingPropertiesTheNonBlockingPropertiesclass represents a persistent set of properties.Methods in com.helger.commons.lang with type parameters of type ICloneable Modifier and Type Method Description static <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.mime Modifier and Type Interface Description interfaceIMimeTypeInterface for the structured representation of a single MIME type.Classes in com.helger.commons.mime that implement ICloneable Modifier and Type Class Description classMimeTypeRepresents 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 ICloneable Modifier and Type Method Description static voidCommonsTestHelper. testGetClone(ICloneable<?> aCloneable)Test if the implementationICloneableis OK. -
Uses of ICloneable in com.helger.commons.mutable
Subinterfaces of ICloneable in com.helger.commons.mutable Modifier and Type Interface Description interfaceIMutableInteger<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 ICloneable Modifier and Type Class Description classAbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>Base implementation class forIMutableIntegertransitively extendingNumberclass.classAbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>Base implementation class forIMutableNumericextendingNumberclass.classMutableBigDecimalObject wrapper around aBigDecimalso that it can be passed a final object but is mutable.classMutableBigIntegerObject wrapper around aBigIntegerso that it can be passed a final object but is mutable.classMutableBooleanObject wrapper around a boolean so that it can be passed a final object but is mutable.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.classMutableDoubleObject wrapper around a double so that it can be passed a final object but is mutable.classMutableFloatObject wrapper around a float 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. -
Uses of ICloneable in com.helger.commons.url
Classes in com.helger.commons.url that implement ICloneable Modifier and Type Class Description classSimpleURLAbstraction of the string parts of a URL but much simpler (and faster) thanURL.classURLParameterListA list of URL parameters with a sanity API. -
Uses of ICloneable in com.helger.commons.wrapper
Classes in com.helger.commons.wrapper that implement ICloneable Modifier and Type Class Description classWrapper<DATATYPE>This is a stupid wrapper around any object.
-