[Java] Class MapItemValue

  • org.apache.groovy.json.internal.MapItemValue
All Implemented Interfaces and Traits:
Map.Entry
public class MapItemValue

This holds a mapping from value key to value value to maximize laziness.

Field Summary

Fields
Modifiers Name Description
protected static ConcurrentHashMap<String, String> internedKeysCache

Properties Summary

Properties
Type Name and description
Value value

Constructor Summary

Constructors
Constructor and description
MapItemValue (Value name, Value value)

Methods Summary

Methods
Type Params Return Type Name and description
String getKey()
Value getValue()
Value setValue(Value value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Field Detail

protected static ConcurrentHashMap<String, String> internedKeysCache

Property Detail

Value value

Constructor Detail

public MapItemValue(Value name, Value value)

Method Detail

public String getKey()

public Value getValue()

public Value setValue(Value value)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/apache/groovy/json/internal/MapItemValue.html