org.drools.marshalling.impl
Class ProtobufOutputMarshaller.EqualityKeySorter

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

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


Field Summary
static ProtobufOutputMarshaller.EqualityKeySorter instance
           
 
Constructor Summary
ProtobufOutputMarshaller.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 ProtobufOutputMarshaller.EqualityKeySorter instance
Constructor Detail

ProtobufOutputMarshaller.EqualityKeySorter

public ProtobufOutputMarshaller.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.