| Package | Description |
|---|---|
| ion.SyncCollections |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ICollection<TItem> |
|
interface |
IDictionary<K,V> |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ElementHashDictionary<TKey,TValue extends ion.Meta.Element> |
An implementation of HashDictionary
|
class |
HashDictionary<TKey,TValue> |
| Modifier and Type | Method | Description |
|---|---|---|
ICollectionValue<TKey> |
HashDictionary.getKeys() |
|
ICollectionValue<K> |
IDictionary.getKeys() |
|
ICollectionValue<TValue> |
HashDictionary.getValues() |
|
ICollectionValue<V> |
IDictionary.getValues() |