org.drools.marshalling.impl
Class OutputMarshaller.TupleSorter
java.lang.Object
org.drools.marshalling.impl.OutputMarshaller.TupleSorter
- All Implemented Interfaces:
- Comparator<Map.Entry<LeftTuple,Integer>>
- Enclosing class:
- OutputMarshaller
public static class OutputMarshaller.TupleSorter
- extends Object
- implements Comparator<Map.Entry<LeftTuple,Integer>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final OutputMarshaller.TupleSorter instance
OutputMarshaller.TupleSorter
public OutputMarshaller.TupleSorter()
compare
public int compare(Map.Entry<LeftTuple,Integer> e1,
Map.Entry<LeftTuple,Integer> e2)
- Specified by:
compare
in interface Comparator<Map.Entry<LeftTuple,Integer>>
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.