org.drools.marshalling.impl
Class ProtobufOutputMarshaller.HandleSorter

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

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


Constructor Summary
ProtobufOutputMarshaller.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

ProtobufOutputMarshaller.HandleSorter

public ProtobufOutputMarshaller.HandleSorter()
Method Detail

compare

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


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