See: Description
| Class | Description |
|---|---|
| Array<E> |
The root Array type that provides read-access to an array that might still be
mutable by another actor.
|
| CollectionFactory |
Made to be switched out using super source even while Collections itself isn't.
|
| FastList<V> |
Lightweight List implementation.
|
| FastMap<V> |
Lightweight map implementation.
|
| Map<V> |
The root Map type that provides read-access to a dictionary that might still
be mutable by another actor.
|
Copyright © 2015. All rights reserved.