public class NonEmptyFloatList_Type extends FloatList_Type
Modifier and Type | Field and Description |
---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
Modifier | Constructor and Description |
---|---|
protected |
NonEmptyFloatList_Type() |
|
NonEmptyFloatList_Type(JCas jcas,
Type casType) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.uima.cas.impl.FSGenerator<?> |
getFSGenerator() |
float |
getHead(int addr) |
int |
getTail(int addr) |
void |
setHead(int addr,
float v) |
void |
setTail(int addr,
int v) |
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
public static final int typeIndexID
public static final boolean featOkTst
protected org.apache.uima.cas.impl.FSGenerator<?> getFSGenerator()
getFSGenerator
in class FloatList_Type
public float getHead(int addr)
public void setHead(int addr, float v)
public int getTail(int addr)
public void setTail(int addr, int v)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.