| Package | Description |
|---|---|
| com.phloc.commons.collections.attrs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAttributeContainer
This is the writable extension of the
IReadonlyAttributeContainer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReadonlyAttributeContainer
Abstract base class for all kind of string-object mapping container.
|
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 |
MapBasedReadonlyAttributeContainer
Default implementation of the
IReadonlyAttributeContainer based on a
hash map. |
| Modifier and Type | Method and Description |
|---|---|
EChange |
MapBasedAttributeContainer.setAttributes(IReadonlyAttributeContainer aValues) |
EChange |
IAttributeContainer.setAttributes(IReadonlyAttributeContainer aValues)
Set/overwrite an arbitrary number of attribute values.
|
| Constructor and Description |
|---|
MapBasedAttributeContainer(IReadonlyAttributeContainer aCont) |
MapBasedAttributeContainerThreadSafe(IReadonlyAttributeContainer aCont) |
MapBasedReadonlyAttributeContainer(IReadonlyAttributeContainer aCont) |
Copyright © 2006–2014 phloc systems. All rights reserved.