org.drools.marshalling.impl
Class OutputMarshaller.TupleSorter

java.lang.Object
  extended by org.drools.marshalling.impl.OutputMarshaller.TupleSorter
All Implemented Interfaces:
Comparator<Map.Entry<LeftTuple,Integer>>
Enclosing class:
OutputMarshaller

public static class OutputMarshaller.TupleSorter
extends Object
implements Comparator<Map.Entry<LeftTuple,Integer>>


Field Summary
static OutputMarshaller.TupleSorter instance
           
 
Constructor Summary
OutputMarshaller.TupleSorter()
           
 
Method Summary
 int compare(Map.Entry<LeftTuple,Integer> e1, Map.Entry<LeftTuple,Integer> e2)
           
 
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
 

Field Detail

instance

public static final OutputMarshaller.TupleSorter instance
Constructor Detail

OutputMarshaller.TupleSorter

public OutputMarshaller.TupleSorter()
Method Detail

compare

public int compare(Map.Entry<LeftTuple,Integer> e1,
                   Map.Entry<LeftTuple,Integer> e2)
Specified by:
compare in interface Comparator<Map.Entry<LeftTuple,Integer>>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.