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 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map.Entry
equals, hashCode 
- 
Field Details
- 
internedKeysCache
protected static final java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String> internedKeysCache 
 - 
 - 
Constructor Details
- 
MapItemValue
 
 - 
 - 
Method Details