Package org.apache.uima.jcas.cas
Class EmptyIntegerList
- java.lang.Object
-
- org.apache.uima.cas.impl.FeatureStructureImpl
-
- org.apache.uima.jcas.cas.TOP
-
- org.apache.uima.jcas.cas.IntegerList
-
- org.apache.uima.jcas.cas.EmptyIntegerList
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<java.lang.Integer>,FeatureStructure
public class EmptyIntegerList extends IntegerList
-
-
Field Summary
Fields Modifier and Type Field Description static inttypestatic inttypeIndexID
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmptyIntegerList()EmptyIntegerList(int addr, TOP_Type type)EmptyIntegerList(JCas jcas)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTypeIndexID()used to obtain reference to the TOP_Type instance-
Methods inherited from class org.apache.uima.jcas.cas.IntegerList
getNthElement, iterator, push
-
Methods inherited from class org.apache.uima.jcas.cas.TOP
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
-
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
-
-
-
-
Method Detail
-
getTypeIndexID
public int getTypeIndexID()
Description copied from class:TOPused to obtain reference to the TOP_Type instance- Overrides:
getTypeIndexIDin classIntegerList- Returns:
- the type array index
-
-