public class MapValueMapAdapter extends AbstractMap<Object,Object> implements MapHolder
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MapValueMapAdapter(MapValue mapValue)
Constructs the map adapter.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Object,Object>> |
entrySet() |
String |
getId()
Returns the id of the holder if present.
|
ValueHolder |
getNotCompiledValue() |
MapType |
getType()
Returns the type of the holder.
|
String |
toString() |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public MapValueMapAdapter(MapValue mapValue)
mapValue
- public MapType getType()
ValueHolder
getType
in interface MapHolder
getType
in interface ValueHolder
public String getId()
ValueHolder
getId
in interface ValueHolder
public String toString()
toString
in class AbstractMap<Object,Object>
public ValueHolder getNotCompiledValue()
getNotCompiledValue
in interface ValueHolder
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.