Uses of Interface
org.apache.uima.jcas.cas.NonEmptyList
Packages that use NonEmptyList
-
Uses of NonEmptyList in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement NonEmptyListMethod parameters in org.apache.uima.jcas.cas with type arguments of type NonEmptyListModifier and TypeMethodDescriptiondefault void
CommonList.walkList
(Consumer<NonEmptyList> consumer, Runnable foundLoop) Walks a list, executing the consumer on each element.default void
CommonList.walkList_saxException
(Consumer_withSaxException<NonEmptyList> consumer, Runnable foundLoop) Walks a list, executing the consumer on each element.