groovy / 4.0 / org / apache / groovy / json / internal / mapitemvalue.html

[Java] Class MapItemValue

  • org.apache.groovy.json.internal.MapItemValue
All Implemented Interfaces and Traits:
MapEntry
public class MapItemValue
extends Object
implements MapEntry

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

Constructor Summary

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

Methods Summary

Methods
Type Params Return Type Name and description
public String getKey()
public Value getValue()
public 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 final ConcurrentHashMap<String, String> internedKeysCache

Constructor Detail

public MapItemValue(Value name, Value value)

Method Detail

@Override public String getKey()

@Override public Value getValue()

@Override public Value setValue(Value value)

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