public interface FTreeNodeSorter
Modifier and Type | Method and Description |
---|---|
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.
|
int sort(FTreeNode node1, FTreeNode node2)
node1
- The first node.node2
- The second node.String algorithmName()
String description()
Copyright © 2014. All Rights Reserved.