public class FloatList extends TOP implements Iterable<Float>
| Modifier and Type | Field and Description | 
|---|---|
| static int | type | 
| static int | typeIndexID | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | FloatList() | 
|   | FloatList(int addr,
         TOP_Type type) | 
|   | FloatList(JCas jcas) | 
| Modifier and Type | Method and Description | 
|---|---|
| float | getNthElement(int i) | 
| int | getTypeIndexID()used to obtain reference to the TOP_Type instance | 
| Iterator<Float> | iterator() | 
| NonEmptyFloatList | push(float item)pushes item onto front of this list | 
addToIndexes, 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 FloatList()
public FloatList(int addr,
                 TOP_Type type)
public FloatList(JCas jcas)
public int getTypeIndexID()
TOPgetTypeIndexID in class TOPpublic float getNthElement(int i)
public NonEmptyFloatList push(float item)
item - the item to push onto the listCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.