Class JsonStringHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.apache.arrow.vector.util.JsonStringHashMap<K,V>
Type Parameters:
K - The type of the key for the map.
V - The type of the value for the map.
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class JsonStringHashMap<K,V> extends LinkedHashMap<K,V>
Simple class that extends the regular java.util.HashMap but overrides the toString() method of the HashMap class to produce a JSON string instead
See Also:
  • Constructor Details

    • JsonStringHashMap

      public JsonStringHashMap()
  • Method Details