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 -
-
Uses of IntVector in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as IntVector Modifier and Type Field Description IntVector[]CasSerializerSupport.CasDocSerializer. indexedFSsIntVectorCasSerializerSupport.CasDocSerializer. modifiedEmbeddedValueFSsIntVectorCasSerializerSupport.CasDocSerializer. previouslySerializedFSsMethods in org.apache.uima.cas.impl with parameters of type IntVector Modifier and Type Method Description protected voidFSBagIndex. bulkAddTo(IntVector v)protected voidFSIntArrayIndex. bulkAddTo(IntVector v)protected abstract voidFSLeafIndexImpl. bulkAddTo(IntVector v)For serialization: get all the items in this index and bulk add to an IntVectorprotected voidFSRBTSetIndex. bulkAddTo(IntVector v)intListUtils. createFsList(java.util.List<java.lang.String> stringValues, IntVector fsAddresses)intListUtils. updateFsList(int addr, java.util.List<java.lang.String> stringValues, IntVector fsAddresses)Constructors in org.apache.uima.cas.impl with parameters of type IntVector Constructor Description CasSeqAddrMaps(IntVector tgtSeq2SrcAddr, Int2IntRBT srcAddr2TgtSeq) -
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.Methods 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
-