Uses of Interface
org.apache.uima.jcas.cas.EmptyList
-
Packages that use EmptyList Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of EmptyList in org.apache.uima.cas
Methods in org.apache.uima.cas that return EmptyList Modifier and Type Method Description default <T extends TOP>
EmptyListCAS. emptyList(java.lang.Class<T> clazz) -
Uses of EmptyList in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return EmptyList Modifier and Type Method Description EmptyListCASImpl. emptyList(int rangeCode)EmptyListCASImpl. emptyListFromTypeCode(int typeCode)Get an empty list from the type code of a listMethods in org.apache.uima.cas.impl with parameters of type EmptyList Modifier and Type Method Description private CommonListXmiCasDeserializer.XmiCasDeserializerHandler. createListFromStringValues(java.util.List<java.lang.String> stringValues, int startPos, EmptyList emptyNode)There are two variants - one for primitives, and one for values which are refs to FS.(package private) CommonListXmiCasDeserializer.XmiCasDeserializerHandler. createListFromStringValues(java.util.List<java.lang.String> stringValues, EmptyList emptyNode) -
Uses of EmptyList in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return EmptyList Modifier and Type Method Description default <T extends TOP>
EmptyListJCas. emptyList(java.lang.Class<T> clazz) -
Uses of EmptyList in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement EmptyList Modifier and Type Class Description classEmptyFloatListclassEmptyFSList<T extends TOP>classEmptyIntegerListclassEmptyStringList
-