Uses of Class
org.apache.uima.internal.util.IntVector
-
Packages that use IntVector Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.uimacpp -
-
Uses of IntVector in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as IntVector Modifier and Type Field Description private IntVector
FSFloatConstraintImpl. codes
private IntVector
FSIntConstraintImpl. codes
private IntVector
FSIndexComparatorImpl. directions
(package private) IntVector
XmiCasDeserializer.XmiCasDeserializerHandler. featsSeen
private IntVector
CASImpl.SharedViewData. id2addr
private IntVector
XCASDeserializer.XCASDeserializerHandler. indexMap
Map external SofaNum -> internal sofaNum internal sofaNums also used to index indexRepositories -> ref to FsIndexRepositoryImplprivate IntVector
XCASDeserializer.FSInfo. indexRep
private IntVector
XCASSerializer.XCASDocSerializer. indexReps
Specific IndexRepository for indexed FSsprivate IntVector
XCASDeserializer.XCASDeserializerHandler. sofaRefMap
private IntVector
FSIndexRepositoryImpl. usedIndexes
private IntVector
FSIntConstraintImpl. values
Fields in org.apache.uima.cas.impl with type parameters of type IntVector Modifier and Type Field Description (package private) java.util.List<IntVector>
XCASSerializer.XCASDocSerializer. dupVectors
list of IntVectors holding lists of repo numbers.Methods in org.apache.uima.cas.impl with parameters of type IntVector Modifier and Type Method Description (package private) void
BinaryCasSerDes. addIdsToIntVector(java.util.Collection<TOP> fss, IntVector v, Obj2IntIdentityHashMap<TOP> fs2addr)
(package private) void
BinaryCasSerDes. addIdsToIntVector(java.util.Set<TOP> fss, IntVector v, Obj2IntIdentityHashMap<TOP> fs2addr)
protected void
FsIndex_flat. bulkAddTo(IntVector v)
private void
XCASSerializer.XCASDocSerializer. encodeFS(TOP fs, IntVector indexRep)
Encode an individual FS.private void
BinaryCasSerDes4.Deserializer. readFsxPart(IntVector fsIndexes)
private void
BinaryCasSerDes6. readFsxPart(IntVector fsIndexes)
Each FS index is sorted, and output is by deltaConstructors in org.apache.uima.cas.impl with parameters of type IntVector Constructor Description FSIndexComparatorImpl(Type type, java.util.List<java.lang.Object> keySpecs, IntVector directions)
FSInfo(TOP fs, IntVector indexRep)
-
Uses of IntVector in org.apache.uima.internal.util
Subclasses of IntVector in org.apache.uima.internal.util Modifier and Type Class Description class
IntStack
A stack of integers.Fields in org.apache.uima.internal.util declared as IntVector Modifier and Type Field Description private IntVector
IntSet. iVec
The data.private IntVector
SortedIntSet. vector
Methods in org.apache.uima.internal.util that return IntVector Modifier and Type Method Description IntVector
IntVector. copy()
IntVector
IntVector. sortDedup()
Methods in org.apache.uima.internal.util with parameters of type IntVector Modifier and Type Method Description void
IntVector. addBulk(IntVector elements)
void
IntBitSet. bulkAddTo(IntVector v)
Add all elements of this bit set to the passed in IntVectorvoid
IntHashSet. bulkAddTo(IntVector v)
void
IntSet. bulkAddTo(IntVector v)
void
PositiveIntSet_impl. bulkAddTo(IntVector v)
void
PositiveIntSet. bulkAddTo(IntVector v)
add all elements in this set to the IntVector v as a bulk operation -
Uses of IntVector in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as IntVector Modifier and Type Field Description private IntVector
IntegerArrayList. intArrayList
lifecycle - starts as empty array list - becomes non-empty when updated (add) -- used from that point on -
Uses of IntVector in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp with parameters of type IntVector Modifier and Type Method Description private static void
UimacppEngine. serializeResultSpecification(ResultSpecification rs, CASImpl cas, IntVector resultSpecTypes, IntVector resultSpecFeatures)
-