- java.lang.Object
-
- xyz.cofe.collection.UpTreeImpl
-
public class UpTreeImpl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static WeakHashMap<UpTree,UpTree>childParentRef
-
Constructor Summary
Constructors Constructor Description UpTreeImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancompareAndSetParent(UpTree child, UpTree parent, UpTree newparent)static UpTreegetParent(UpTree child)static <A extends UpTree<A>>
voidpostInsert(UpTree<A> ut, A node, List<Triple<Integer,A,A>> added)static voidsetParent(UpTree child, UpTree parent)static <A extends UpTree<A>>
intsibIndex(UpTree sib)static <A extends UpTree<A>>
Asibling(A node, int sib)
-