| Interface | Description |
|---|---|
| Dictionary.Entry<K,V> |
The interface of key-value pairs accessed through the Dictionary Iterator.
|
| Class | Description |
|---|---|
| Array<E> |
The Array class is the default ordered collection.
|
| Dictionary<K,V> |
The Dictionary class acts as a lookup table for values of type V with keys of type K.
|
| Set<E> |
The Set class is used to hold a number of unique items of type E.
|
Copyright © 2019. All rights reserved.