Package org.apache.groovy.json.internal
Class MapItemValue
java.lang.Object
org.apache.groovy.json.internal.MapItemValue
This holds a mapping from value key to value value to maximize laziness.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ConcurrentHashMap<String,String> Shared cache for optional key interning. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
internedKeysCache
Shared cache for optional key interning.
-
-
Constructor Details
-
MapItemValue
Creates a lazily decoded entry pair.- Parameters:
name- key tokenvalue- value token
-
-
Method Details
-
getKey
-
getValue
-
setValue
Unsupported for parser-created entries.
-