| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System(CAS) Interfaces | 
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.jcas | Interfaces for accessing the JCAS. | 
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| org.apache.uima.jcas.impl | Provides the classes that support the Java Cas Model (JCM). | 
| Modifier and Type | Method and Description | 
|---|---|
| default StringArray | CAS. emptyStringArray() | 
| Modifier and Type | Method and Description | 
|---|---|
| StringArray | CASImpl. emptyStringArray() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | CASImpl. getStringArrayValue(StringArray array,
                   int i) | 
| Runnable | CasCompare. sortStringArray(StringArray stringArray)This is an optional pre-compare operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| default StringArray | JCas. emptyStringArray()Retrieve a lazily-created constant from the cas which holds a 0-length instance. | 
| default StringArray | JCas. getStringArray0L()Deprecated. 
 renamed emptyXXXArray | 
| Modifier and Type | Method and Description | 
|---|---|
| static StringArray | StringArray. create(JCas jcas,
      String[] a) | 
| Modifier and Type | Method and Description | 
|---|---|
| StringArray | JCasImpl. getStringArray0L()Deprecated.  | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.