Package com.helger.commons.collection.attr
-
Interface Summary Interface Description IAttributeContainer<KEYTYPE,VALUETYPE> Base interface for a generic read-only attribute container.IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE> IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE> IAttributeContainerAny<KEYTYPE> This is the writable extension of the<String, Object>.IStringMap Special mutable attribute container with a String key and a String value. -
Class Summary Class Description AttributeContainer<KEYTYPE,VALUETYPE> Base class for all kind of any-any mapping container.AttributeContainerAny<KEYTYPE> Base class for all kind of string-object mapping container.AttributeContainerAnyConcurrent<KEYTYPE> Base class for all kind of string-object mapping container.AttributeContainerConcurrent<KEYTYPE,VALUETYPE> Base class for all kind of any-any mapping container.StringMap Base class for all kind of string-string mapping container.