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. indexedFSs
IntVector
CasSerializerSupport.CasDocSerializer. modifiedEmbeddedValueFSs
IntVector
CasSerializerSupport.CasDocSerializer. previouslySerializedFSs
Methods in org.apache.uima.cas.impl with parameters of type IntVector Modifier and Type Method Description protected void
FSBagIndex. bulkAddTo(IntVector v)
protected void
FSIntArrayIndex. bulkAddTo(IntVector v)
protected abstract void
FSLeafIndexImpl. bulkAddTo(IntVector v)
For serialization: get all the items in this index and bulk add to an IntVectorprotected void
FSRBTSetIndex. bulkAddTo(IntVector v)
int
ListUtils. createFsList(java.util.List<java.lang.String> stringValues, IntVector fsAddresses)
int
ListUtils. 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 class
IntStack
A stack of integers.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
-