Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
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 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