| Class | Description |
|---|---|
| BeanUtil | |
| LazyList<T> |
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). |
| ObjectUtil | |
| SimpleList<T> |
Simple
ArrayList-like class that supports only a few operations - add, get, set, truncate and copy |