| Package | Description | 
|---|---|
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyStringList | 
| class  | NonEmptyStringList | 
| Modifier and Type | Method and Description | 
|---|---|
| static StringList | StringList. create(JCas jcas,
      String[] a)Create an StringList from an existing array of Strings | 
| StringList | NonEmptyStringList. getTail() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonEmptyStringList. setTail(StringList v) | 
| Constructor and Description | 
|---|
| NonEmptyStringList(JCas jcas,
                  String head,
                  StringList tail)Generate a NonEmpty node with the specified head and tail | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.