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 IntVectorFSFloatConstraintImpl. codesprivate IntVectorFSIntConstraintImpl. codesprivate IntVectorFSIndexComparatorImpl. directions(package private) IntVectorXmiCasDeserializer.XmiCasDeserializerHandler. featsSeenprivate IntVectorCASImpl.SharedViewData. id2addrprivate IntVectorXCASDeserializer.XCASDeserializerHandler. indexMapMap external SofaNum -> internal sofaNum internal sofaNums also used to index indexRepositories -> ref to FsIndexRepositoryImplprivate IntVectorXCASDeserializer.FSInfo. indexRepprivate IntVectorXCASSerializer.XCASDocSerializer. indexRepsSpecific IndexRepository for indexed FSsprivate IntVectorXCASDeserializer.XCASDeserializerHandler. sofaRefMapprivate IntVectorFSIndexRepositoryImpl. usedIndexesprivate IntVectorFSIntConstraintImpl. valuesFields 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. dupVectorslist 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) voidBinaryCasSerDes. addIdsToIntVector(java.util.Collection<TOP> fss, IntVector v, Obj2IntIdentityHashMap<TOP> fs2addr)(package private) voidBinaryCasSerDes. addIdsToIntVector(java.util.Set<TOP> fss, IntVector v, Obj2IntIdentityHashMap<TOP> fs2addr)protected voidFsIndex_flat. bulkAddTo(IntVector v)private voidXCASSerializer.XCASDocSerializer. encodeFS(TOP fs, IntVector indexRep)Encode an individual FS.private voidBinaryCasSerDes4.Deserializer. readFsxPart(IntVector fsIndexes)private voidBinaryCasSerDes6. 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 classIntStackA stack of integers.Fields in org.apache.uima.internal.util declared as IntVector Modifier and Type Field Description private IntVectorIntSet. iVecThe data.private IntVectorSortedIntSet. vectorMethods in org.apache.uima.internal.util that return IntVector Modifier and Type Method Description IntVectorIntVector. copy()IntVectorIntVector. sortDedup()Methods in org.apache.uima.internal.util with parameters of type IntVector Modifier and Type Method Description voidIntVector. addBulk(IntVector elements)voidIntBitSet. bulkAddTo(IntVector v)Add all elements of this bit set to the passed in IntVectorvoidIntHashSet. bulkAddTo(IntVector v)voidIntSet. bulkAddTo(IntVector v)voidPositiveIntSet_impl. bulkAddTo(IntVector v)voidPositiveIntSet. 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 IntVectorIntegerArrayList. intArrayListlifecycle - 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 voidUimacppEngine. serializeResultSpecification(ResultSpecification rs, CASImpl cas, IntVector resultSpecTypes, IntVector resultSpecFeatures)
-