Class MapWrapper<V>
java.lang.Object
com.echothree.util.common.transfer.MapWrapper<V>
- All Implemented Interfaces:
BaseWrapper<V>
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of MapWrapperMapWrapper
(int initialCapacity) Creates a new instance of MapWrapperMapWrapper
(Map<String, V> map) Creates a new instance of MapWrapper -
Method Summary
-
Constructor Details
-
MapWrapper
public MapWrapper()Creates a new instance of MapWrapper -
MapWrapper
Creates a new instance of MapWrapper -
MapWrapper
Creates a new instance of MapWrapper
-
-
Method Details
-
put
-
getMap
-
getList
- Specified by:
getList
in interfaceBaseWrapper<V>
-
getCollection
- Specified by:
getCollection
in interfaceBaseWrapper<V>
-
getSize
- Specified by:
getSize
in interfaceBaseWrapper<V>
-