Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
org.apache.uima.internal.util |
Modifier and Type | Field and Description |
---|---|
IntVector[] |
CasSerializerSupport.CasDocSerializer.indexedFSs |
IntVector |
CasSerializerSupport.CasDocSerializer.modifiedEmbeddedValueFSs |
IntVector |
CasSerializerSupport.CasDocSerializer.previouslySerializedFSs |
Modifier and Type | Method and Description |
---|---|
protected void |
FSRBTSetIndex.bulkAddTo(IntVector v) |
protected void |
FSBagIndex.bulkAddTo(IntVector v) |
protected abstract void |
FSLeafIndexImpl.bulkAddTo(IntVector v)
For serialization: get all the items in this index and bulk add to an IntVector
|
protected void |
FSIntArrayIndex.bulkAddTo(IntVector v) |
int |
ListUtils.createFsList(List<String> stringValues,
IntVector fsAddresses) |
int |
ListUtils.updateFsList(int addr,
List<String> stringValues,
IntVector fsAddresses) |
Constructor and Description |
---|
CasSeqAddrMaps(IntVector tgtSeq2SrcAddr,
Int2IntRBT srcAddr2TgtSeq) |
Modifier and Type | Class and Description |
---|---|
class |
IntStack
A stack of integers.
|
Modifier and Type | Method and Description |
---|---|
IntVector |
IntVector.copy() |
IntVector |
IntVector.sortDedup() |
Modifier and Type | Method and Description |
---|---|
void |
IntVector.addBulk(IntVector elements) |
void |
IntBitSet.bulkAddTo(IntVector v)
Add all elements of this bit set to the passed in IntVector
|
void |
IntSet.bulkAddTo(IntVector v) |
void |
PositiveIntSet.bulkAddTo(IntVector v)
add all elements in this set to the IntVector v as a bulk operation
|
void |
PositiveIntSet_impl.bulkAddTo(IntVector v) |
void |
IntHashSet.bulkAddTo(IntVector v) |
Copyright © 2015. All rights reserved.