Class ArrayDecoding.PgArrayList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
Enclosing class:
ArrayDecoding

static final class ArrayDecoding.PgArrayList extends ArrayList<Object>
Array list implementation specific for storing PG array elements. If dimensionsCount is 1, the contents will be String. For all larger dimensionsCount, the values will be ArrayDecoding.PgArrayList instances.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • dimensionsCount

      int dimensionsCount
      How many dimensions.
  • Constructor Details

    • PgArrayList

      PgArrayList()