unbbayes.util
Class SortUtil
java.lang.Object
unbbayes.util.SortUtil
public class SortUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortUtil
public SortUtil()
sortNodeListByDescription
public static void sortNodeListByDescription(List<Node> nodeList)
- Responsible for ordering the given node list by the node's description.
- Parameters:
nodeList
- The node list to be ordered.
sortNodeListByName
public static void sortNodeListByName(List<Node> nodeList)
- Responsible for ordering the given node list by the node's name.
- Parameters:
nodeList
- The node list to be ordered.
sort
public static <T extends Comparable<? super T>> void sort(List<T> list)
Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.