public static class TechEditWizardData.NodeLayerSort extends java.lang.Object implements java.util.Comparator<Xml.NodeLayer>
Constructor and Description |
---|
TechEditWizardData.NodeLayerSort() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Xml.NodeLayer l1,
Xml.NodeLayer l2)
Method to compare two NodeLayers by their name.
|
public int compare(Xml.NodeLayer l1, Xml.NodeLayer l2)
compare
in interface java.util.Comparator<Xml.NodeLayer>
l1
- one NodeLayer.l2
- another NodeLayer.