Uses of Interface
xyz.cofe.collection.ImTree

Packages that use ImTree 
Package Description
xyz.cofe.collection
Коллекции с поддержкой уведомлений.
  • Uses of ImTree in xyz.cofe.collection

    Classes in xyz.cofe.collection with type parameters of type ImTree 
    Modifier and Type Interface Description
    interface  ImTree<A extends ImTree<? extends A>>
    Получение скписка/итератора дочерних узлов текущего узла дерева
    interface  ImTreeWalk<A extends ImTree<? extends A>>
    Функции итерации по дочерним узлам
    static class  ImTreeWalk.Walk<A extends ImTree<? extends A>>
    Обход дочерних элементов
    Subinterfaces of ImTree in xyz.cofe.collection 
    Modifier and Type Interface Description
    interface  ImTreeWalk<A extends ImTree<? extends A>>
    Функции итерации по дочерним узлам
    interface  IndexTree<A extends IndexTree<A>>
    Интерфейс для реализации дерева с подсчетом улозв
    interface  Tree<A extends Tree<A>>
    Узел дерева
    interface  UpTree<A extends UpTree<A>>
    Узел дерева с поддержкой родительского узла
    Classes in xyz.cofe.collection that implement ImTree 
    Modifier and Type Class Description
    class  MutableTree<SELF extends MutableTree<SELF>>
    Мутериуемое дерево
    Fields in xyz.cofe.collection declared as ImTree 
    Modifier and Type Field Description
    protected ImTree<A> ImTreeWalk.Walk.from  
    Constructors in xyz.cofe.collection with parameters of type ImTree 
    Constructor Description
    Walk​(ImTree<A> from)
    Конструктор