- Type Parameters:
K
- map's key typeV
- map's value type
- All Implemented Interfaces:
Serializable
,IDetachable
,IModel<Map<K,
,V>> IObjectClassAwareModel<Map<K,
,V>> IClusterable
Based on
Model
but for maps of serializable objects.- Author:
- Timo Rantalaiho
- See Also:
-
Constructor Details
-
MapModel
public MapModel()Creates empty model -
MapModel
Creates model that will containmap
- Parameters:
map
-
-
-
Method Details
-
createSerializableVersionOf
Description copied from class:GenericBaseModel
Creates a serializable version of the object. The object is usually a collection.- Specified by:
createSerializableVersionOf
in classGenericBaseModel<Map<K,
V>> - Returns:
- serializable version of
object
-