Uses of Class
org.apache.uima.internal.util.rb_trees.RedBlackTree
-
Packages that use RedBlackTree Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util.rb_trees org.apache.uima.json -
-
Uses of RedBlackTree in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as RedBlackTree Modifier and Type Field Description private RedBlackTree<XCASDeserializer.FSInfo>XCASDeserializer.XCASDeserializerHandler. fsTreeMap from extId to FSInfo (including fs) -
Uses of RedBlackTree in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees with parameters of type RedBlackTree Modifier and Type Method Description (package private) static <T> voidRBTNode. delete(RedBlackTree<T> tree, RBTNode<T> z)Delete a given node from the tree.private static <T> voidRBTNode. deleteFixup(RedBlackTree<T> tree, RBTNode<T> x)From CLR.private static <T> voidRBTNode. deleteFixupNull(RedBlackTree<T> tree, RBTNode<T> x)Like deleteFixup(), only that the node we should be working on is null, and we actually hand in the node's mother.(package private) static <T> booleanRBTNode. insert(RedBlackTree<T> tree, RBTNode<T> x)Insert a node into a tree.private voidRBTNode. leftRotate(RedBlackTree<T> tree)Left rotation, used to keep the tree balanced.private voidRBTNode. rightRotate(RedBlackTree<T> tree)Right rotation, used to keep the tree balanced.private static <T> booleanRBTNode. treeInsert(RedBlackTree<T> tree, RBTNode<T> z)Auxiliary function for insert().Constructors in org.apache.uima.internal.util.rb_trees with parameters of type RedBlackTree Constructor Description RBTIterator(RedBlackTree<T> tree) -
Uses of RedBlackTree in org.apache.uima.json
Subclasses of RedBlackTree in org.apache.uima.json Modifier and Type Class Description private static classJsonCasSerializer.MapType2Subtypes
-