org.drools.marshalling.impl
Class OutputMarshaller.EqualityKeySorter

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

public static class OutputMarshaller.EqualityKeySorter
extends Object
implements Comparator<EqualityKey>


Field Summary
static OutputMarshaller.EqualityKeySorter instance
           
 
Constructor Summary
OutputMarshaller.EqualityKeySorter()
           
 
Method Summary
 int compare(EqualityKey key1, EqualityKey key2)
           
 
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.EqualityKeySorter instance
Constructor Detail

OutputMarshaller.EqualityKeySorter

public OutputMarshaller.EqualityKeySorter()
Method Detail

compare

public int compare(EqualityKey key1,
                   EqualityKey key2)
Specified by:
compare in interface Comparator<EqualityKey>


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