| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UimaSerializableFSsThis interface is implemented by JCas classes that need to be called by the framework when a
 serialization is about to happen where the _save_to_cas_data() method update Features which have
 references to Feature Structures | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FSArrayList<T extends TOP>An ArrayList type containing Feature Structures, for UIMA
   Has all the methods of List
       Implements the select(...) APIs 
    | 
| class  | FSHashSet<T extends TOP>a hash set of Feature Structures
 Is Pear aware - stores non-pear versions but may return pear version in pear contexts
 Updated by JCasGen Fri Jan 20 11:55:59 EST 2017
 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xml | 
| class  | FSLinkedHashSet<T extends TOP>a hash set of Feature Structures
 Is Pear aware - stores non-pear versions but may return pear version in pear contexts
 Updated by JCasGen Fri Jan 20 11:55:59 EST 2017
 XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xml | 
| class  | Int2FS<T extends TOP>A map from ints to Feature Structures
 
 Is Pear aware - stores non-pear versions but may return pear version in pear contexts | 
| class  | IntegerArrayListAn ArrayList type containing ints, for UIMA
   - implements a subset of the List API, Iterable<Integer>, IntListIterator. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.