|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| 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. |
Contains a very optimized implementation for lists and maps. The classes on this package uses a native javascript implementation for lists and maps and use an emulated version to help debug on GWT DevMode.
Start with the following classes:
FastListFastMap
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||