| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FsIndex_bag<T extends FeatureStructure>Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructures | 
| class  | FsIndex_flat<T extends FeatureStructure>Common part of flattened indexes, used for both snapshot iterators and flattened sorted indexes
 
 built from passed in instance of FsIndex_iicp | 
| class  | FsIndex_set_sorted<T extends FeatureStructure>Common index impl for set and sorted indexes. | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndex_singletype<TOP> | FSIndexRepositoryImpl. getNonSetSingleIndexForType(int typecode) | 
| FsIndex_singletype<TOP> | FSIndexRepositoryImpl. getNonSetSingleIndexForUsedType(int i) | 
| Modifier and Type | Method and Description | 
|---|---|
| Stream<FsIndex_singletype<TOP>> | FSIndexRepositoryImpl. streamNonEmptyIndexes(Class<? extends TOP> clazz) | 
| Stream<FsIndex_singletype<TOP>> | FSIndexRepositoryImpl. streamNonEmptyIndexes(Type type)Stream instances of all of the non-empty indexes themselves | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | FsIterator_singletype. maybeTraceCowUsingCopy(FsIndex_singletype<?> idx,
                      CopyOnWriteIndexPart iteratorCopy) | 
| Constructor and Description | 
|---|
| FsIndex_annotation(FsIndex_singletype<T> fsIndex_singletype) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.