K - map's key typeV - map's value typepublic class MapModel<K,V> extends GenericBaseModel<Map<K,V>>
Model but for maps of serializable objects.| Constructor and Description |
|---|
MapModel()
Creates empty model
|
MapModel(Map<K,V> map)
Creates model that will contain
map |
| Modifier and Type | Method and Description |
|---|---|
protected Map<K,V> |
createSerializableVersionOf(Map<K,V> object)
Creates a serializable version of the object.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.