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 classEmptyIntegerListclassNonEmptyIntegerListMethods in org.apache.uima.jcas.cas that return IntegerList Modifier and Type Method Description static IntegerListIntegerList. create(JCas jcas, int[] a)Create an IntegerList from an existing array of intsIntegerListNonEmptyIntegerList. getTail()Methods in org.apache.uima.jcas.cas with parameters of type IntegerList Modifier and Type Method Description voidNonEmptyIntegerList. 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
-