public class NonEmptyStringList extends StringList
| Modifier and Type | Field and Description | 
|---|---|
| static int | type | 
| static int | typeIndexID | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | NonEmptyStringList() | 
|   | NonEmptyStringList(int addr,
                  TOP_Type type) | 
|   | NonEmptyStringList(JCas jcas) | 
|   | NonEmptyStringList(JCas jcas,
                  String s,
                  StringList tail) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getHead() | 
| StringList | getTail() | 
| int | getTypeIndexID()used to obtain reference to the TOP_Type instance | 
| Iterator<String> | iterator() | 
| void | setHead(String v) | 
| void | setTail(StringList 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 NonEmptyStringList()
public NonEmptyStringList(int addr,
                          TOP_Type type)
public NonEmptyStringList(JCas jcas)
public NonEmptyStringList(JCas jcas, String s, StringList tail)
jcas - the JCas create the new Feature Structure ins - the head itemtail - the tail itempublic int getTypeIndexID()
TOPgetTypeIndexID in class StringListpublic String getHead()
public void setHead(String v)
public StringList getTail()
public void setTail(StringList v)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.