Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
LiteDictionary type enum values.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
protected enum LiteDictionaryType |
Members
| Member name | Description | |
|---|---|---|
| Empty |
Implementation: Empty dictionary.
| |
| Single |
Implementation: Single-item dictionary.
| |
| Array1 |
Implementation: Array dictionary of 1 item.
| |
| Array2 |
Implementation: Array dictionary of 2 items.
| |
| Array3 |
Implementation: Array dictionary of 3 items.
| |
| Array4 |
Implementation: Array dictionary of 4 items.
| |
| Array5 |
Implementation: Array dictionary of 5 items.
| |
| Array6 |
Implementation: Array dictionary of 6 items.
| |
| Array7 |
Implementation: Array dictionary of 7 items.
| |
| Array8 |
Implementation: Array dictionary of 8 items.
| |
| Other |
Implementation: Delegation.
|