Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
LiteDictionary type enum values.
Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
| C# |
|---|
protected 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. |