| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| default <T extends TOP> | CAS. emptyList(Class<T> clazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| EmptyList | CASImpl. emptyList(int rangeCode) | 
| EmptyList | CASImpl. emptyListFromTypeCode(int typeCode)Get an empty list from the type code of a list | 
| Modifier and Type | Method and Description | 
|---|---|
| default <T extends TOP> | JCas. emptyList(Class<T> clazz) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyFloatList | 
| class  | EmptyFSList<T extends TOP> | 
| class  | EmptyIntegerList | 
| class  | EmptyStringList | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.