| Package | Description |
|---|---|
| com.helger.commons.collections.attrs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAttributeContainer
This is the writable extension of the
IReadonlyAttributeContainer. |
interface |
IGenericAttributeContainer<KEYTYPE,VALUETYPE>
This is the writable extension of the
IGenericReadonlyAttributeContainer. |
interface |
IReadonlyAttributeContainer
Base interface for a generic read-only attribute container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE>
Abstract base class for all kind of string-object mapping container.
|
class |
AbstractReadonlyAttributeContainer
Deprecated.
|
class |
MapBasedAttributeContainer
Base class for all kind of string-object mapping container.
|
class |
MapBasedAttributeContainerThreadSafe
Base class for all kind of string-object mapping container.
|
class |
MapBasedGenericAttributeContainer<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
MapBasedGenericAttributeContainerThreadSafe<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
MapBasedGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE>
Default implementation of the
IGenericReadonlyAttributeContainer
based on a hash map. |
class |
MapBasedReadonlyAttributeContainer
Default implementation of the
IReadonlyAttributeContainer based on a
hash map. |
| Modifier and Type | Method and Description |
|---|---|
EChange |
MapBasedGenericAttributeContainer.setAttributes(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues) |
EChange |
IGenericAttributeContainer.setAttributes(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues)
Set/overwrite an arbitrary number of attribute values.
|
| Constructor and Description |
|---|
MapBasedAttributeContainer(IGenericReadonlyAttributeContainer<? extends String,? extends Object> aCont) |
MapBasedGenericAttributeContainer(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedGenericAttributeContainerThreadSafe(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedGenericReadonlyAttributeContainer(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedReadonlyAttributeContainer(IGenericReadonlyAttributeContainer<? extends String,? extends Object> aCont) |
Copyright © 2014–2015 Philip Helger. All rights reserved.