LiteDictionaryLiteDictionaryType Enumeration |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
LiteDictionary type enum values.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected enum LiteDictionaryType
Members
| Member name | Value | Description |
---|
| Empty | 0 |
Implementation: Empty dictionary.
|
| Single | 1 |
Implementation: Single-item dictionary.
|
| Array1 | 2 |
Implementation: Array dictionary of 1 item.
|
| Array2 | 3 |
Implementation: Array dictionary of 2 items.
|
| Array3 | 4 |
Implementation: Array dictionary of 3 items.
|
| Array4 | 5 |
Implementation: Array dictionary of 4 items.
|
| Array5 | 6 |
Implementation: Array dictionary of 5 items.
|
| Array6 | 7 |
Implementation: Array dictionary of 6 items.
|
| Array7 | 8 |
Implementation: Array dictionary of 7 items.
|
| Array8 | 9 |
Implementation: Array dictionary of 8 items.
|
| Other | 10 |
Implementation: Delegation.
|
See Also