Uses of Interface
xyz.cofe.collection.IndexTree
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
-
Uses of IndexTree in xyz.cofe.collection
Classes in xyz.cofe.collection with type parameters of type IndexTree Modifier and Type Interface Description interfaceIndexTree<A extends IndexTree<A>>Интерфейс для реализации дерева с подсчетом улозвMethods in xyz.cofe.collection that return IndexTree Modifier and Type Method Description static IndexTreeIndexTreeImpl. deepOffset(IndexTree node, int offset)Methods in xyz.cofe.collection with parameters of type IndexTree Modifier and Type Method Description static IndexTreeIndexTreeImpl. deepOffset(IndexTree node, int offset)static intIndexTreeImpl. getNodesCount(IndexTree<?> node)static intIndexTreeImpl. getRootOffsetOf(IndexTree node)static voidIndexTreeImpl. setNodesCount(IndexTree node, java.lang.Integer count)