Class NonEmptyIntegerList

All Implemented Interfaces:
Cloneable, Iterable<Integer>, FeatureStructure

public class NonEmptyIntegerList extends IntegerList implements Iterable<Integer>
  • 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)
    • NonEmptyIntegerList

      public NonEmptyIntegerList(JCas jcas, int i, IntegerList tail)
      Parameters:
      jcas - the jcas to create this Feature Structure in
      i - the head value
      tail - the tail
  • Method Details