gridsim
Class GridStatistics.Order_by_category


class GridStatistics.Order_by_category
implements Comparator

This class can be used to sort a LinkedList of Stat in ascending order
by the field category_field.


Constructor Summary
GridStatistics.Order_by_category()
           

Method Summary
 intcompare(Object a, Object b)
           

Constructor Detail

GridStatistics.Order_by_category

public GridStatistics.Order_by_category()
Method Detail

compare

public int compare(Object a, Object b)