| Class | Description |
|---|---|
| AbstractWrappedList<ELEMENTTYPE> |
This is a facade for a list.
|
| SafeArrayList<ELEMENTTYPE> |
This is a specialized
ArrayList that can handle read accesses on list
items that are not yet in the container. |
| SafeVector<ELEMENTTYPE> |
This is a specialized
Vector that can handle read accesses on list
items that are not yet in the container. |
| SingleElementList<ELEMENTTYPE> |
Implementation of the
List interface handling exactly one element and
no more! |
Copyright © 2006–2014 phloc systems. All rights reserved.