Uses of Interface
org.apache.uima.cas.impl.CopyOnWriteIndexPart
-
Packages that use CopyOnWriteIndexPart Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util -
-
Uses of CopyOnWriteIndexPart in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type CopyOnWriteIndexPart Modifier and Type Field Description protected java.lang.ref.WeakReference<CopyOnWriteIndexPart<T>>FsIndex_singletype. wr_cowcommon copy on write instance or null; starts out as null Iterator creation initializes (if null).Methods in org.apache.uima.cas.impl that return CopyOnWriteIndexPart Modifier and Type Method Description protected CopyOnWriteIndexPart<T>FsIndex_bag. createCopyOnWriteIndexPart()protected CopyOnWriteIndexPartFsIndex_flat. createCopyOnWriteIndexPart()protected CopyOnWriteIndexPartFsIndex_set_sorted. createCopyOnWriteIndexPart()protected abstract CopyOnWriteIndexPart<T>FsIndex_singletype. createCopyOnWriteIndexPart()CopyOnWriteIndexPart<T>FsIndex_singletype. getCopyOnWriteIndexPart()protected CopyOnWriteIndexPart<T>FsIndex_singletype. getNonNullCow()Methods in org.apache.uima.cas.impl with parameters of type CopyOnWriteIndexPart Modifier and Type Method Description protected voidFsIterator_singletype. maybeTraceCowUsingCopy(FsIndex_singletype<?> idx, CopyOnWriteIndexPart iteratorCopy)Method parameters in org.apache.uima.cas.impl with type arguments of type CopyOnWriteIndexPart Modifier and Type Method Description (package private) voidFsIndex_iicp. collectCowIndexParts(java.util.ArrayList<CopyOnWriteIndexPart<T>> indexes)private <T extends TOP>
voidFSIndexRepositoryImpl. collectCowIndexParts(TypeImpl ti, java.util.ArrayList<CopyOnWriteIndexPart<T>> indexes)private <T extends TOP>
java.util.Collection<T>FSIndexRepositoryImpl. getCollectionFromCows(java.util.ArrayList<CopyOnWriteIndexPart<T>> indexes)Constructors in org.apache.uima.cas.impl with parameters of type CopyOnWriteIndexPart Constructor Description FsIterator_bag(FsIndex_bag<T> fsBagIndex, TypeImpl ti, CopyOnWriteIndexPart<T> cow_wrapper)FsIterator_bag_pear(FsIndex_bag<T> fsBagIndex, TypeImpl ti, CopyOnWriteIndexPart cow_wrapper)FsIterator_set_sorted_pear(FsIndex_set_sorted<T> ll_index, CopyOnWriteIndexPart cow_wrapper, java.util.Comparator<TOP> comparatorMaybeNoTypeWithoutID)FsIterator_set_sorted2(FsIndex_set_sorted<T> ll_index, CopyOnWriteIndexPart cow_wrapper, java.util.Comparator<TOP> comparatorMaybeNoTypeWithoutID) -
Uses of CopyOnWriteIndexPart in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement CopyOnWriteIndexPart Modifier and Type Class Description classCopyOnWriteObjHashSet<T extends FeatureStructure>implements ObjHashSet partially, for iterator useclassCopyOnWriteOrderedFsSet_array<T extends FeatureStructure>implements OrderedFsSet_array partially, for iterator use
-