public class NonEmptyIntegerList extends IntegerList implements Iterable<Integer>
| Modifier and Type | Field and Description | 
|---|---|
| static int | type | 
| static int | typeIndexID | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | NonEmptyIntegerList() | 
|   | NonEmptyIntegerList(int addr,
                   TOP_Type type) | 
|   | NonEmptyIntegerList(JCas jcas) | 
|   | NonEmptyIntegerList(JCas jcas,
                   int i,
                   IntegerList tail) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getHead() | 
| IntegerList | getTail() | 
| int | getTypeIndexID()used to obtain reference to the TOP_Type instance | 
| Iterator<Integer> | iterator() | 
| void | setHead(int v) | 
| void | setTail(IntegerList v) | 
getNthElement, pushaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, 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, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected NonEmptyIntegerList()
public NonEmptyIntegerList(int addr,
                           TOP_Type type)
public NonEmptyIntegerList(JCas jcas)
public NonEmptyIntegerList(JCas jcas, int i, IntegerList tail)
jcas - the jcas to create this Feature Structure ini - the head valuetail - the tailpublic int getTypeIndexID()
TOPgetTypeIndexID in class IntegerListpublic int getHead()
public void setHead(int v)
public IntegerList getTail()
public void setTail(IntegerList v)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.