|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FTreeNodeSorter
An interface for sorting FTreeNodes in the FTree.
Method Summary | |
---|---|
String |
algorithmName()
The name of the sorting algorithm. |
String |
description()
The description of what the algorithm does. |
int |
sort(FTreeNode node1,
FTreeNode node2)
Sort two FTreeNodes. |
Method Detail |
---|
int sort(FTreeNode node1, FTreeNode node2)
node1
- The first node.node2
- The second node.
String algorithmName()
String description()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |