Package org.apache.groovy.json.internal
Class MapItemValue
java.lang.Object
org.apache.groovy.json.internal.MapItemValue
- All Implemented Interfaces:
- java.util.Map.Entry<java.lang.String,Value>
public class MapItemValue extends java.lang.Object implements java.util.Map.Entry<java.lang.String,Value>
This holds a mapping from value key to value value to maximize laziness.
- 
Field SummaryFields Modifier and Type Field Description protected static java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String>internedKeysCache
- 
Constructor SummaryConstructors Constructor Description MapItemValue(Value name, Value value)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map.Entryequals, hashCode
- 
Field Details- 
internedKeysCacheprotected static final java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String> internedKeysCache
 
- 
- 
Constructor Details- 
MapItemValue
 
- 
- 
Method Details