Class NonEmptyStringList

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

public class NonEmptyStringList extends StringList
  • Field Details

    • typeIndexID

      public static final int typeIndexID
    • type

      public static final int type
  • Constructor Details

    • NonEmptyStringList

      protected NonEmptyStringList()
    • NonEmptyStringList

      public NonEmptyStringList(int addr, TOP_Type type)
    • NonEmptyStringList

      public NonEmptyStringList(JCas jcas)
    • NonEmptyStringList

      public NonEmptyStringList(JCas jcas, String s, StringList tail)
      Parameters:
      jcas - the JCas create the new Feature Structure in
      s - the head item
      tail - the tail item
  • Method Details