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 IntegerListNonEmptyIntegerList. 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 i, IntegerList tail)
-