|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericBinaryForest<E,P extends GenericPosition<E,P>>
Method Summary | |
---|---|
P |
childLeft(Position<?> parent)
Access the left child of a given node (the parent ). |
P |
childRight(Position<?> parent)
Access the right child of a given node (the parent ). |
Methods inherited from interface ch.bfh.algo.BinaryForest |
---|
linkLeft, linkRight |
Methods inherited from interface ch.bfh.algo.Forest |
---|
children, cut, link, linkAfter, linkBefore, parent, roots |
Methods inherited from interface ch.bfh.algo.Container |
---|
delete, element, encloses, insert, positionIterator, replace, swap |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
P childLeft(Position<?> parent)
BinaryForest
parent
).
childLeft
in interface BinaryForest<E>
parent
- the node of which we want the left child
parent
P childRight(Position<?> parent)
BinaryForest
parent
).
childRight
in interface BinaryForest<E>
parent
- the node of which we want the right child
parent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |