Uses of Interface
com.helger.commons.collection.attr.IAttributeContainer
-
Packages that use IAttributeContainer Package Description com.helger.commons.collection.attr -
-
Uses of IAttributeContainer in com.helger.commons.collection.attr
Subinterfaces of IAttributeContainer in com.helger.commons.collection.attr Modifier and Type Interface Description 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 IAttributeContainer 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.Methods in com.helger.commons.collection.attr that return IAttributeContainer Modifier and Type Method Description IAttributeContainer<KEYTYPE,VALUETYPE>IAttributeContainer. getClone()
-