Package org.apache.groovy.json.internal
Class MapItemValue
- java.lang.Object
 - 
- org.apache.groovy.json.internal.MapItemValue
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected static java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String>internedKeysCache 
- 
Constructor Summary
Constructors Constructor Description MapItemValue(Value name, Value value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()ValuegetValue()ValuesetValue(Value value) 
 -