|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ed.inf.tree.LCACalculator<T>
class LCACalculator<T extends ITreeNode<T>>
Constructor Summary | |
---|---|
LCACalculator(T rootNode)
|
Method Summary | |
---|---|
void |
findLowestCommonAncestor(T thisNode,
T thatNode)
|
T |
getLCANode()
|
boolean |
wasLCAFound()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LCACalculator(T rootNode)
Method Detail |
---|
public T getLCANode()
public boolean wasLCAFound()
public void findLowestCommonAncestor(T thisNode, T thatNode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |