| Interface | Description |
|---|---|
| IAttributeContainer |
This is the writable extension of the
IReadonlyAttributeContainer. |
| IGenericAttributeContainer<KEYTYPE,VALUETYPE> |
This is the writable extension of the
IGenericReadonlyAttributeContainer. |
| IGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE> |
Base interface for a generic read-only attribute container.
|
| IReadonlyAttributeContainer |
Base interface for a generic read-only attribute container.
|
| Class | Description |
|---|---|
| AbstractGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE> |
Abstract base class for all kind of string-object mapping container.
|
| AbstractReadonlyAttributeContainer | Deprecated |
| MapBasedAttributeContainer |
Base class for all kind of string-object mapping container.
|
| MapBasedAttributeContainerThreadSafe |
Base class for all kind of string-object mapping container.
|
| MapBasedGenericAttributeContainer<KEYTYPE,VALUETYPE> |
Base class for all kind of any-any mapping container.
|
| MapBasedGenericAttributeContainerThreadSafe<KEYTYPE,VALUETYPE> |
Base class for all kind of any-any mapping container.
|
| MapBasedGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE> |
Default implementation of the
IGenericReadonlyAttributeContainer
based on a hash map. |
| MapBasedReadonlyAttributeContainer |
Default implementation of the
IReadonlyAttributeContainer based on a
hash map. |
Copyright © 2014–2015 Philip Helger. All rights reserved.