Click or drag to resize

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)
Syntax
C#
protected enum LiteDictionaryType
Members
  Member nameValueDescription
Empty0 Implementation: Empty dictionary.
Single1 Implementation: Single-item dictionary.
Array12 Implementation: Array dictionary of 1 item.
Array23 Implementation: Array dictionary of 2 items.
Array34 Implementation: Array dictionary of 3 items.
Array45 Implementation: Array dictionary of 4 items.
Array56 Implementation: Array dictionary of 5 items.
Array67 Implementation: Array dictionary of 6 items.
Array78 Implementation: Array dictionary of 7 items.
Array89 Implementation: Array dictionary of 8 items.
Other10 Implementation: Delegation.
See Also