Uses of Interface
com.helger.commons.collection.attr.IAttributeContainer
Packages that use IAttributeContainer
-
Uses of IAttributeContainer in com.helger.commons.collection.attr
Subinterfaces of IAttributeContainer in com.helger.commons.collection.attrModifier and TypeInterfaceDescriptioninterfaceIAttributeContainerAny<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 IAttributeContainerModifier 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.Methods in com.helger.commons.collection.attr that return IAttributeContainer