org.jikesrvm.compilers.opt.regalloc
Class LinearScan.IncreasingStartMappedIntervalSet.StartComparator

java.lang.Object
  extended by org.jikesrvm.compilers.opt.regalloc.LinearScan.IncreasingStartMappedIntervalSet.StartComparator
All Implemented Interfaces:
Comparator<LinearScan.BasicInterval>
Enclosing class:
LinearScan.IncreasingStartMappedIntervalSet

private static class LinearScan.IncreasingStartMappedIntervalSet.StartComparator
extends Object
implements Comparator<LinearScan.BasicInterval>


Constructor Summary
private LinearScan.IncreasingStartMappedIntervalSet.StartComparator()
           
 
Method Summary
 int compare(LinearScan.BasicInterval b1, LinearScan.BasicInterval b2)
           
 
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

LinearScan.IncreasingStartMappedIntervalSet.StartComparator

private LinearScan.IncreasingStartMappedIntervalSet.StartComparator()
Method Detail

compare

public int compare(LinearScan.BasicInterval b1,
                   LinearScan.BasicInterval b2)
Specified by:
compare in interface Comparator<LinearScan.BasicInterval>