Package org.ujmp.core.collections.map
Class SerializationMap<V extends Serializable>
java.lang.Object
java.util.AbstractMap<K,V>
org.ujmp.core.collections.map.AbstractMap<String,V>
org.ujmp.core.collections.map.SerializationMap<V>
- All Implemented Interfaces:
Serializable
,Map<String,
V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ujmp.core.collections.map.AbstractMap
beforeReadObject, beforeWriteObject, containsKey, containsValue, entrySet, get, getAsString, isEmpty, putAll, toString, values
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
map
-
-
Constructor Details
-
SerializationMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceMap<String,
V extends Serializable> - Specified by:
clear
in classAbstractMap<String,
V extends Serializable>
-
get
- Specified by:
get
in interfaceMap<String,
V extends Serializable> - Specified by:
get
in classAbstractMap<String,
V extends Serializable>
-
keySet
- Specified by:
keySet
in interfaceMap<String,
V extends Serializable> - Specified by:
keySet
in classAbstractMap<String,
V extends Serializable>
-
put
- Specified by:
put
in interfaceMap<String,
V extends Serializable> - Specified by:
put
in classAbstractMap<String,
V extends Serializable>
-
remove
- Specified by:
remove
in interfaceMap<String,
V extends Serializable> - Specified by:
remove
in classAbstractMap<String,
V extends Serializable>
-
size
public int size()- Specified by:
size
in interfaceMap<String,
V extends Serializable> - Specified by:
size
in classAbstractMap<String,
V extends Serializable>
-