Class JsonStringArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.apache.arrow.vector.util.JsonStringArrayList<E>
Type Parameters:
E - Type of value held in the list.
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public class JsonStringArrayList<E> extends ArrayList<E>
Extension of ArrayList that toString() method returns the serialized JSON version of its members (or throws an exception if they can't be converted to JSON).
See Also:
  • Constructor Details

    • JsonStringArrayList

      public JsonStringArrayList()
    • JsonStringArrayList

      public JsonStringArrayList(int size)
  • Method Details