Uses of Class
org.apache.uima.cas.impl.TypeImpl_list
-
Packages that use TypeImpl_list Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of TypeImpl_list in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as TypeImpl_list Modifier and Type Field Description TypeImpl_listTypeSystemImpl. floatEListTypeTypeImpl_listTypeSystemImpl. floatListTypeTypeImpl_listTypeSystemImpl. floatNeListTypeTypeImpl_listTypeSystemImpl. fsEListTypeTypeImpl_listTypeSystemImpl. fsListTypeTypeImpl_listTypeSystemImpl. fsNeListTypeTypeImpl_listTypeSystemImpl. intEListTypeTypeImpl_listTypeSystemImpl. intListTypeTypeImpl_listTypeSystemImpl. intNeListTypeTypeImpl_listTypeSystemImpl. stringEListTypeTypeImpl_listTypeSystemImpl. stringListTypeTypeImpl_listTypeSystemImpl. stringNeListType -
Uses of TypeImpl_list in org.apache.uima.jcas.cas
Constructors in org.apache.uima.jcas.cas with parameters of type TypeImpl_list Constructor Description EmptyFloatList(TypeImpl_list ti)EmptyFSList(TypeImpl_list ti)EmptyIntegerList(TypeImpl_list ti)EmptyStringList(TypeImpl_list ti)
-