|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.tools.tree.AbstractTree
com.trackstudio.tools.tree.OrderedTree
com.trackstudio.tools.tree.ForkOrderedTree
Created by IntelliJ IDEA. User: User Date: 05.10.2006 Time: 15:34:37 To change this template use File | Settings | File Templates.
Field Summary |
Fields inherited from class com.trackstudio.tools.tree.OrderedTree |
childrenCounter, DENSITY, elementData, index, INITIAL_CAPACITY, lastAccessedObject, lastAccessedObjectIndex, parents, realSize, size |
Constructor Summary | |
ForkOrderedTree(java.lang.Object o)
|
Method Summary | |
protected int |
searchIndex(java.lang.Comparable elem)
Быстрый бинарный поиск по индексу. |
Methods inherited from class com.trackstudio.tools.tree.OrderedTree |
add, addTree, binarySearch, contains, elements, get, getAncestors, getChildren, getChildrenCount, getChildrenPosition, getContents, getDescendents, getDescendentsIterator, getElementsPosition, getLeaves, getParent, getRoot, getSubTree, hasChildren, main, moveTree, remove, replaceWith, retainAll, search, size |
Methods inherited from class com.trackstudio.tools.tree.AbstractTree |
addAll, getCommonNodes, getDiffNodes, getSiblings, isChildOf, isParentOf, iterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForkOrderedTree(java.lang.Object o)
Method Detail |
protected int searchIndex(java.lang.Comparable elem)
OrderedTree
searchIndex
in class OrderedTree
elem
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |