| 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 | Interface and Description | 
|---|---|
| interface  | ArrayFS<E extends FeatureStructure>Feature structure array interface. | 
| interface  | BooleanArrayFSBoolean array interface. | 
| interface  | ByteArrayFSByte array interface. | 
| interface  | DoubleArrayFSDouble array interface. | 
| interface  | FloatArrayFSInterface for CAS float arrays. | 
| interface  | IntArrayFSInterface for CAS int arrays. | 
| interface  | LongArrayFSLong array interface. | 
| interface  | ShortArrayFSShort array interface. | 
| interface  | StringArrayFSString array interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| default <T extends TOP> | CAS. emptyArray(Class<T> clazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CommonArrayFS. copyValuesFrom(CommonArrayFS<E> v)Copy values from another array of the same kind | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BooleanArrayFSImplDeprecated. 
 use BooleanArray instead | 
| interface  | ByteArrayFSImplDeprecated. 
 use ByteArray instead | 
| interface  | CommonArrayFSImplDeprecated.   | 
| interface  | DoubleArrayFSImplDeprecated. 
 use DoubleArray instead | 
| interface  | FloatArrayFSImplDeprecated. 
 use FloatArray instead | 
| interface  | IntArrayFSImplDeprecated. 
 use IntegerArray instead | 
| interface  | LongArrayFSImplDeprecated. 
 use LongArray instead | 
| interface  | ShortArrayFSImplDeprecated. 
 use ShortArray instead | 
| interface  | StringArrayFSImplDeprecated. 
 use StringArray instead | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommonArrayFS | CASImpl. copyArray(TOP srcArray) | 
| CommonArrayFS | CASImpl. emptyArray(Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | CASImpl. getArraySize(CommonArrayFS fs) | 
| Modifier and Type | Method and Description | 
|---|---|
| default <T extends TOP> | JCas. emptyArray(Class<T> clazz) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ArrayFSImpl<E extends FeatureStructure>Deprecated. 
 use FSArray instead | 
| interface  | CommonPrimitiveArray<T>This interface is implemented by arrays of non-FeatureStructure components
 
 boolean, byte, short, int, long, float, double, String, JavaObject
 
 Internal Use Only. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanArrayJCas class model for BooleanArray | 
| class  | ByteArrayJCas class model for ByteArray | 
| class  | DoubleArrayJCas class model for DoubleArray | 
| class  | FloatArrayJava Cas model for Cas FloatArray. | 
| class  | FSArray<T extends FeatureStructure>Java Class model for Cas FSArray type extends FeatureStructure for backwards compatibility when
 using FSArray with no typing. | 
| class  | FSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA
   Has all the methods of List
       Implements the select(...) APIs 
    | 
| class  | IntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type. | 
| class  | IntegerArrayListAn ArrayList type containing ints, for UIMA
   - implements a subset of the List API, Iterable<Integer>, IntListIterator. | 
| class  | LongArrayJCas class model for LongArray | 
| class  | ShortArrayJCas class model for ShortArray | 
| class  | StringArrayJCas class model for StringArray | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DoubleArray. copyValuesFrom(CommonArrayFS v) | 
| void | FloatArray. copyValuesFrom(CommonArrayFS v) | 
| void | LongArray. copyValuesFrom(CommonArrayFS v) | 
| void | ShortArray. copyValuesFrom(CommonArrayFS v) | 
| void | IntegerArray. copyValuesFrom(CommonArrayFS v) | 
| void | FSArrayList. copyValuesFrom(CommonArrayFS v) | 
| void | StringArray. copyValuesFrom(CommonArrayFS v) | 
| void | BooleanArray. copyValuesFrom(CommonArrayFS<Boolean> v) | 
| void | ByteArray. copyValuesFrom(CommonArrayFS<Byte> v) | 
| void | IntegerArrayList. copyValuesFrom(CommonArrayFS<Integer> v) | 
| void | FSArray. copyValuesFrom(CommonArrayFS<T> v) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.