Uses of Interface
org.apache.uima.List_of_ints
Packages that use List_of_ints
Package
Description
Apache UIMA
JCAS model for built-in CAS types
-
Uses of List_of_ints in org.apache.uima
Methods in org.apache.uima that return List_of_intsModifier and TypeMethodDescriptionstatic List_of_ints
List_of_ints.EMPTY_LIST()
static List_of_ints
List_of_ints.newInstance
(int[] ia) static List_of_ints
List_of_ints.newInstance
(int[] ia, int start, int end) List_of_ints.subList
(int fromIndex, int toIndex) -
Uses of List_of_ints in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as List_of_intsModifier and TypeFieldDescriptionprivate List_of_ints
IntegerArrayList.intArrayAsList
lifecycle - starts as the empty list - set when _init_from_cas_data() - set to null when update (add/remove) happens