org.apache.uima.ducc.rm.scheduler
Class RmJob.ShareByInvestmentSorter

java.lang.Object
  extended by org.apache.uima.ducc.rm.scheduler.RmJob.ShareByInvestmentSorter
All Implemented Interfaces:
Comparator<Share>
Enclosing class:
RmJob

public static class RmJob.ShareByInvestmentSorter
extends Object
implements Comparator<Share>


Constructor Summary
RmJob.ShareByInvestmentSorter()
           
 
Method Summary
 int compare(Share s1, Share s2)
           
 
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

RmJob.ShareByInvestmentSorter

public RmJob.ShareByInvestmentSorter()
Method Detail

compare

public int compare(Share s1,
                   Share s2)
Specified by:
compare in interface Comparator<Share>


Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.