| Package | Description |
|---|---|
| com.phloc.commons.collections.flags |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFlagContainer
This is the writable extension of the
IReadonlyFlagContainer. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlagContainer
The not-thread safe implementation of
IFlagContainer. |
class |
FlagContainerThreadSafe
Base class for all kind of string-object mapping container.
|
class |
ReadonlyFlagContainer
Default implementation of the
IReadonlyFlagContainer based on a hash
set. |
| Constructor and Description |
|---|
FlagContainer(IReadonlyFlagContainer aCont) |
FlagContainerThreadSafe(IReadonlyFlagContainer aCont) |
ReadonlyFlagContainer(IReadonlyFlagContainer aCont) |
Copyright © 2006–2014 phloc systems. All rights reserved.