org.drools.marshalling.impl
Class OutputMarshaller.HandleSorter

java.lang.Object
  extended by org.drools.marshalling.impl.OutputMarshaller.HandleSorter
All Implemented Interfaces:
Comparator<InternalFactHandle>
Enclosing class:
OutputMarshaller

public static class OutputMarshaller.HandleSorter
extends Object
implements Comparator<InternalFactHandle>


Constructor Summary
OutputMarshaller.HandleSorter()
           
 
Method Summary
 int compare(InternalFactHandle h1, InternalFactHandle h2)
           
 
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

OutputMarshaller.HandleSorter

public OutputMarshaller.HandleSorter()
Method Detail

compare

public int compare(InternalFactHandle h1,
                   InternalFactHandle h2)
Specified by:
compare in interface Comparator<InternalFactHandle>


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.