Uses of Class
org.apache.uima.internal.util.OrderedFsSet_array
-
Packages that use OrderedFsSet_array Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util -
-
Uses of OrderedFsSet_array in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as OrderedFsSet_array Modifier and Type Field Description private OrderedFsSet_array<T>FsIndex_set_sorted. indexedFSs -
Uses of OrderedFsSet_array in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as OrderedFsSet_array Modifier and Type Field Description OrderedFsSet_array<T>CopyOnWriteOrderedFsSet_array. originalprivate OrderedFsSet_array<T>CopyOnWriteOrderedFsSet_array. setMethods in org.apache.uima.internal.util that return OrderedFsSet_array Modifier and Type Method Description OrderedFsSet_array<T>CopyOnWriteOrderedFsSet_array. getOfsa()Constructors in org.apache.uima.internal.util with parameters of type OrderedFsSet_array Constructor Description CopyOnWriteOrderedFsSet_array(OrderedFsSet_array<T> original)OrderedFsSet_array(OrderedFsSet_array<T> set, boolean isReadOnly)called to make a read-only copy
-