| Class | Description |
|---|---|
| CharArrayList |
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| CharCharMap |
A type-specific hash map with a fast, small-footprint implementation.
|
| IntBitSet |
An implementation of BitSet (that does not technically extend BitSet due to BitSet not existing under GWT) using 32-bit
sections instead of the normal 64-bit (again, for GWT reasons; 64-bit integer math is slower on GWT).
|
Copyright © 2016. All rights reserved.