jeco.dmm.sim2.lib.freelist
Class FreeListComparatorByMaxSize

java.lang.Object
  extended by jeco.dmm.sim2.lib.freelist.FreeListComparatorByMaxSize
All Implemented Interfaces:
java.util.Comparator<FreeList>

public class FreeListComparatorByMaxSize
extends java.lang.Object
implements java.util.Comparator<FreeList>

Author:
jlrisco

Constructor Summary
FreeListComparatorByMaxSize()
           
 
Method Summary
 int compare(FreeList freeList1, FreeList freeList2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

FreeListComparatorByMaxSize

public FreeListComparatorByMaxSize()
Method Detail

compare

public int compare(FreeList freeList1,
                   FreeList freeList2)
Specified by:
compare in interface java.util.Comparator<FreeList>