org.drools.marshalling.impl
Class OutputMarshaller.EqualityKeySorter
java.lang.Object
org.drools.marshalling.impl.OutputMarshaller.EqualityKeySorter
- All Implemented Interfaces:
- Comparator<EqualityKey>
- Enclosing class:
- OutputMarshaller
public static class OutputMarshaller.EqualityKeySorter
- extends Object
- implements Comparator<EqualityKey>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final OutputMarshaller.EqualityKeySorter instance
OutputMarshaller.EqualityKeySorter
public OutputMarshaller.EqualityKeySorter()
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.