Uses of Interface
org.apache.uima.jcas.cas.CommonList
Packages that use CommonList
-
Uses of CommonList in org.apache.uima.jcas.cas
Subinterfaces of CommonList in org.apache.uima.jcas.casModifier and TypeInterfaceDescriptioninterface
a marker interface for nonempty listsClasses in org.apache.uima.jcas.cas that implement CommonListModifier and TypeClassDescriptionclass
class
EmptyFSList<T extends TOP>
class
class
class
class
T extends TOP, v2 already mandated TOP for set/getclass
class
class
NonEmptyFSList<T extends TOP>
class
class
class
Methods in org.apache.uima.jcas.cas that return CommonListModifier and TypeMethodDescriptionCommonList.createNonEmptyNode()
Creates a non empty nodeCommonList.emptyList()
default CommonList
CommonList.getCommonTail()
default impl for empty and nonempty listsdefault CommonList
CommonList.getNonEmptyNthNode
(int i) Like GetNthNode, but throws exception if emptydefault CommonList
CommonList.getNthNode
(int i) Get the nth node.default CommonList
CommonList.insertNode()
insert a new nonempty node following this nodedefault CommonList
CommonList.pushNode()
Creates a new node and pushes it onto the front of the existing nodeMethods in org.apache.uima.jcas.cas with parameters of type CommonListModifier and TypeMethodDescriptiondefault void
CommonList.setTail
(CommonList v) sets the tail of this nodevoid
NonEmptyFloatList.setTail
(CommonList v) void
NonEmptyFSList.setTail
(CommonList v) void
NonEmptyIntegerList.setTail
(CommonList v) void
NonEmptyStringList.setTail
(CommonList v)