proyecto.arbol
Class ArbolFicheros.ComparadorNodos
java.lang.Object
proyecto.arbol.ArbolFicheros.ComparadorNodos
- All Implemented Interfaces:
- Comparator<DefaultMutableTreeNode>
- Enclosing class:
- ArbolFicheros
class ArbolFicheros.ComparadorNodos
- extends Object
- implements Comparator<DefaultMutableTreeNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArbolFicheros.ComparadorNodos
ArbolFicheros.ComparadorNodos()
compare
public int compare(DefaultMutableTreeNode o1,
DefaultMutableTreeNode o2)
- Specified by:
compare
in interface Comparator<DefaultMutableTreeNode>