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>>Интерфейс для реализации дерева с подсчетом улозвClasses in xyz.cofe.collection that implement UpTree Modifier and Type Class Description classMutableTree<SELF extends MutableTree<SELF>>Мутериуемое дерево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 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)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)static voidUpTreeImpl. setParent(UpTree child, UpTree parent)default voidUpTree. sets(int idx, A... nodes)static <A extends UpTree<A>>
intUpTreeImpl. sibIndex(UpTree sib)