Class ProtobufOutputMarshaller.EqualityKeySorter
java.lang.Object
org.drools.serialization.protobuf.ProtobufOutputMarshaller.EqualityKeySorter
- All Implemented Interfaces:
Comparator<EqualityKey>
- Enclosing class:
- ProtobufOutputMarshaller
public static class ProtobufOutputMarshaller.EqualityKeySorter
extends Object
implements Comparator<EqualityKey>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
instance
-
-
Constructor Details
-
EqualityKeySorter
public EqualityKeySorter()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<EqualityKey>
-