| Package | Description |
|---|---|
| net.aditsu.util |
| Class and Description |
|---|
LazyList
ArrayList-like class that reuses the backing array when making copies and adding elements,
copying the array only when necessary (on subsequent "add" at the same size). |
| SimpleList
Simple
ArrayList-like class that supports only a few operations - add, get, set, truncate and copy |