Uses of Interface
org.apache.uima.jcas.cas.CommonList
-
Uses of CommonList in org.apache.uima.jcas.cas
Modifier and TypeInterfaceDescriptioninterface
a marker interface for nonempty listsModifier 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
Modifier 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 nodeModifier 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)