public class IntegerList extends TOP implements Iterable<Integer>
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
IntegerList() |
|
IntegerList(int addr,
TOP_Type type) |
|
IntegerList(JCas jcas) |
Modifier and Type | Method and Description |
---|---|
int |
getNthElement(int i) |
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance
|
Iterator<Integer> |
iterator() |
NonEmptyIntegerList |
push(int item)
pushes item onto front of this list
|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
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
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected IntegerList()
public IntegerList(int addr, TOP_Type type)
public IntegerList(JCas jcas)
public int getTypeIndexID()
TOP
getTypeIndexID
in class TOP
public int getNthElement(int i)
public NonEmptyIntegerList push(int item)
item
- the item to push onto the listCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.