| Class | Description |
|---|---|
| CollectionModel<T> |
Based on
Model but for any collections of serializable objects. |
| GenericBaseModel<T> |
Base class for models that contain instances that do not appear to be serializable and cannot
thus use
Model directly. |
| ListModel<T> |
Based on
Model but for lists of serializable objects. |
| MapModel<K,V> |
Based on
Model but for maps of serializable objects. |
| SetModel<T> |
Based on
Model but for sets of serializable objects. |
| WildcardCollectionModel<T> |
Based on
Model but for any collections of serializable objects. |
| WildcardListModel<T> |
Based on
Model but for lists of serializable objects. |
| WildcardSetModel<T> |
Based on
Model but for sets of serializable objects. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.