Package org.hippoecm.frontend.model.map
Class HippoMap
- 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> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMixinType
(String type) entrySet()
void
removeMixinType
(String type) void
reset()
void
save()
void
setPrimaryType
(String type) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
HippoMap
public HippoMap() -
HippoMap
-
-
Method Details
-
getPrimaryType
- Specified by:
getPrimaryType
in interfaceIHippoMap
-
setPrimaryType
-
getMixinTypes
- Specified by:
getMixinTypes
in interfaceIHippoMap
-
addMixinType
-
removeMixinType
-
reset
public void reset() -
save
public void save() -
put
-
entrySet
-