Package org.cruxframework.crux.core.client.collection

Contains a very optimized implementation for lists and maps.

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.
 

Package org.cruxframework.crux.core.client.collection Description

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.

Package Specification

Start with the following classes:

  • FastList
  • FastMap


  • Copyright © 2014. All rights reserved.