| Package | Description | 
|---|---|
| org.apache.uima.jcas.cas | JCAS model for built-in CAS types | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyFloatList | 
| class  | NonEmptyFloatList | 
| Modifier and Type | Method and Description | 
|---|---|
| static FloatList | FloatList. create(JCas jcas,
      Float[] a)Create an FloatList from an existing array of Feature Structures | 
| FloatList | NonEmptyFloatList. getTail() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonEmptyFloatList. setTail(FloatList v) | 
| Constructor and Description | 
|---|
| NonEmptyFloatList(JCas jcas,
                 float v,
                 FloatList tail)Generate a NonEmpty node with the specified head and tail | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.