Uses of Interface
org.apache.uima.jcas.cas.NonEmptyList
-
Packages that use NonEmptyList Package Description org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of NonEmptyList in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement NonEmptyList Modifier and Type Class Description class
NonEmptyFloatList
class
NonEmptyFSList<T extends TOP>
class
NonEmptyIntegerList
class
NonEmptyStringList
Method parameters in org.apache.uima.jcas.cas with type arguments of type NonEmptyList Modifier and Type Method Description default void
CommonList. walkList(java.util.function.Consumer<NonEmptyList> consumer, java.lang.Runnable foundLoop)
Walks a list, executing the consumer on each element.default void
CommonList. walkList_saxException(Consumer_withSaxException<NonEmptyList> consumer, java.lang.Runnable foundLoop)
Walks a list, executing the consumer on each element.
-