Class NonEmptyIntegerList

All Implemented Interfaces:
Cloneable, FeatureStructure

public class NonEmptyIntegerList extends IntegerList
  • Field Details

    • typeIndexID

      public static final int typeIndexID
    • type

      public static final int type
  • Constructor Details

    • NonEmptyIntegerList

      protected NonEmptyIntegerList()
    • NonEmptyIntegerList

      public NonEmptyIntegerList(int addr, TOP_Type type)
    • NonEmptyIntegerList

      public NonEmptyIntegerList(JCas jcas)
  • Method Details

    • getTypeIndexID

      public int getTypeIndexID()
      Description copied from class: TOP
      used to obtain reference to the TOP_Type instance
      Overrides:
      getTypeIndexID in class IntegerList
      Returns:
      the type array index
    • getHead

      public int getHead()
    • setHead

      public void setHead(int v)
    • getTail

      public IntegerList getTail()
    • setTail

      public void setTail(IntegerList v)