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, push
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 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()
TOP
getTypeIndexID
in class StringList
public 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.