| Constant | Description | |
|---|---|---|
| formatter | Converts a Collection to a custom string representation. |
| Class | Description | |
|---|---|---|
| ArrayCollection | This class provides a basic implementation of the Collection interface, to minimize the effort required to implement this interface. | |
| CollectionFormatter | Converts a Collection to a custom string representation. | |
| TypedCollection | TypedCollection is a wrapper for Collection instances that ensures that only values of a specific type can be added to the wrapped collection. |