Uses of Class
org.apache.uima.jcas.cas.IntegerArrayList
-
Packages that use IntegerArrayList Package Description org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of IntegerArrayList in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return IntegerArrayList Modifier and Type Method Description static IntegerArrayList
IntegerArrayList. create(JCas jcas, int[] a)
Convenience - create a IntegerArrayList from an existing array.
-