Class ArrayDataType

java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
All Implemented Interfaces:
Cloneable, Comparable<DataType>

public class ArrayDataType extends CollectionDataType
Author:
Einar M R Rosenvinge
  • Field Details

    • classId

      public static int classId
  • Constructor Details

    • ArrayDataType

      public ArrayDataType(DataType nestedType)
    • ArrayDataType

      public ArrayDataType(DataType nestedType, int code)
  • Method Details