Package org.apache.uima.jcas.cas
Class CommonArray_Type
java.lang.Object
org.apache.uima.jcas.cas.TOP_Type
org.apache.uima.jcas.cas.CommonArray_Type
- Direct Known Subclasses:
BooleanArray_Type
,ByteArray_Type
,DoubleArray_Type
,FloatArray_Type
,FSArray_Type
,IntegerArray_Type
,LongArray_Type
,ShortArray_Type
,StringArray_Type
-
Field Summary
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, typeIndexID, useExistingInstance
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getFSGenerator, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
-
Constructor Details
-
CommonArray_Type
protected CommonArray_Type() -
CommonArray_Type
-
-
Method Details
-
size
public int size(int addr) - Parameters:
addr
- the low level reference to the array in the CAS- Returns:
- the size of the array
-