jeco.dmm.sim2.lib.allocator
Class AllocatorComparatorByMaxSize

java.lang.Object
  extended by jeco.dmm.sim2.lib.allocator.AllocatorComparatorByMaxSize
All Implemented Interfaces:
java.util.Comparator<Allocator>

public class AllocatorComparatorByMaxSize
extends java.lang.Object
implements java.util.Comparator<Allocator>

Author:
jlrisco

Constructor Summary
AllocatorComparatorByMaxSize()
           
 
Method Summary
 int compare(Allocator dmm1, Allocator dmm2)
           
 
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

AllocatorComparatorByMaxSize

public AllocatorComparatorByMaxSize()
Method Detail

compare

public int compare(Allocator dmm1,
                   Allocator dmm2)
Specified by:
compare in interface java.util.Comparator<Allocator>