public class NonEmptyFloatList extends FloatList
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
NonEmptyFloatList() |
|
NonEmptyFloatList(int addr,
TOP_Type type) |
|
NonEmptyFloatList(JCas jcas) |
|
NonEmptyFloatList(JCas jcas,
float item,
FloatList tail) |
Modifier and Type | Method and Description |
---|---|
float |
getHead() |
FloatList |
getTail() |
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance
|
Iterator<Float> |
iterator() |
void |
setHead(float v) |
void |
setTail(FloatList 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 NonEmptyFloatList()
public NonEmptyFloatList(int addr, TOP_Type type)
public NonEmptyFloatList(JCas jcas)
public int getTypeIndexID()
TOP
getTypeIndexID
in class FloatList
public float getHead()
public void setHead(float v)
public FloatList getTail()
public void setTail(FloatList v)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.