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