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