Enum LiteDictionary.LiteDictionaryType
LiteDictionary type enum values.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
protected enum LiteDictionary.LiteDictionaryType
Fields
| Name | Description |
|---|---|
| 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. |
| Empty | Implementation: Empty dictionary. |
| Other | Implementation: Delegation. |
| Single | Implementation: Single-item dictionary. |