Uses of Class
org.apache.uima.jcas.cas.IntegerList
-
Packages that use IntegerList Package Description org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of IntegerList in org.apache.uima.jcas.cas
Subclasses of IntegerList in org.apache.uima.jcas.cas Modifier and Type Class Description class
EmptyIntegerList
class
NonEmptyIntegerList
Methods in org.apache.uima.jcas.cas that return IntegerList Modifier and Type Method Description static IntegerList
IntegerList. create(JCas jcas, int[] a)
Create an IntegerList from an existing array of intsIntegerList
NonEmptyIntegerList. getTail()
Methods in org.apache.uima.jcas.cas with parameters of type IntegerList Modifier and Type Method Description void
NonEmptyIntegerList. setTail(IntegerList v)
Constructors in org.apache.uima.jcas.cas with parameters of type IntegerList Constructor Description NonEmptyIntegerList(JCas jcas, int v, IntegerList tail)
Generate a NonEmpty node with the specified head and tail
-