Uses of Interface
xyz.cofe.collection.UpTree
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
-
Uses of UpTree in xyz.cofe.collection
Classes in xyz.cofe.collection with type parameters of type UpTree Modifier and Type Interface Description interfaceUpTree<A extends UpTree<A>>Узел дерева с поддержкой родительского узлаSubinterfaces of UpTree in xyz.cofe.collection Modifier and Type Interface Description interfaceIndexTree<A extends IndexTree<A>>Интерфейс для реализации дерева с подсчетом улозвFields in xyz.cofe.collection with type parameters of type UpTree Modifier and Type Field Description protected static java.util.WeakHashMap<UpTree,UpTree>UpTreeImpl. childParentRefprotected static java.util.WeakHashMap<UpTree,UpTree>UpTreeImpl. childParentRefMethods in xyz.cofe.collection with type parameters of type UpTree Modifier and Type Method Description static <A extends UpTree<A>>
voidUpTreeImpl. postInsert(UpTree<A> ut, A node, java.util.List<Triple<java.lang.Integer,A,A>> added)static <A extends UpTree<A>>
intUpTreeImpl. sibIndex(UpTree sib)static <A extends UpTree<A>>
AUpTreeImpl. sibling(A node, int sib)Methods in xyz.cofe.collection that return UpTree Modifier and Type Method Description default UpTree<? extends A>UpTree. getParent()static UpTreeUpTreeImpl. getParent(UpTree child)Methods in xyz.cofe.collection with parameters of type UpTree Modifier and Type Method Description default voidUpTree. appends(A... nodes)default booleanUpTree. compareAndSetParent(UpTree parent, UpTree newparent)static booleanUpTreeImpl. compareAndSetParent(UpTree child, UpTree parent, UpTree newparent)default voidUpTree. deletes(A... nodes)static UpTreeUpTreeImpl. getParent(UpTree child)default voidUpTree. inserts(int idx, A... nodes)static <A extends UpTree<A>>
voidUpTreeImpl. postInsert(UpTree<A> ut, A node, java.util.List<Triple<java.lang.Integer,A,A>> added)default voidUpTree. setParent(UpTree<A> parent)static voidUpTreeImpl. setParent(UpTree child, UpTree parent)default voidUpTree. sets(int idx, A... nodes)static <A extends UpTree<A>>
intUpTreeImpl. sibIndex(UpTree sib)