Package org.apache.groovy.json.internal
Class MapItemValue
java.lang.Object
org.apache.groovy.json.internal.MapItemValue
public class MapItemValue extends Object implements Map.Entry<String,Value>
This holds a mapping from value key to value value to maximize laziness.
- 
Field Summary
Fields Modifier and Type Field Description protected static ConcurrentHashMap<String,String>internedKeysCache - 
Constructor Summary
Constructors Constructor Description MapItemValue(Value name, Value value) - 
Method Summary