Uses of Class
org.apache.uima.cas.impl.FSIndexFlat.FSIteratorFlat
Packages that use FSIndexFlat.FSIteratorFlat
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSIndexFlat.FSIteratorFlat in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FSIndexFlat.FSIteratorFlatModifier and TypeFieldDescription(package private) FSIndexFlat.FSIteratorFlat<T>
FSIteratorWrapperDoubleCheck.flatIterator
Methods in org.apache.uima.cas.impl that return FSIndexFlat.FSIteratorFlatModifier and TypeMethodDescriptionFSIndexFlat.FSIteratorFlat.copy()
FSIndexFlat.iterator
(FeatureStructure fs) As of July 2015, flattened indexes are disabled - too little benefit, too many edge cases: edge cases to handle: going from non-JCas -> JCas requires existing flat indexes to be invalidated edge case: entering a PEAR, may require different impl of flattened indexes while in the PEAR, plus restoration of previous versions upon PEAR exit This iterator either returns an iterator over the flattened index, or null.private FSIndexFlat.FSIteratorFlat<T>
FSIndexFlat.iteratorCore
(FeatureStructure fs, T[] localFsa) private FSIndexFlat.FSIteratorFlat<T>
FSIndexFlat.tryFlatIterator
(FeatureStructure fs) Constructors in org.apache.uima.cas.impl with parameters of type FSIndexFlat.FSIteratorFlatModifierConstructorDescription(package private)
FSIteratorWrapperDoubleCheck
(FSIterator<T> nonFlatIterator, FSIndexFlat.FSIteratorFlat<T> flatIterator)