Class ObjectChangeSet.ObjectChangeSetComparator

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator
    Enclosing class:
    ObjectChangeSet

    public static class ObjectChangeSet.ObjectChangeSetComparator
    extends java.lang.Object
    implements java.util.Comparator, java.io.Serializable
    Allow change sets to be compared by changes for batching.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(java.lang.Object object1, java.lang.Object object2)
      Determine if the receiver is greater or less than the change set.
      • 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • ObjectChangeSetComparator

        public ObjectChangeSetComparator()
    • Method Detail

      • compare

        public int compare​(java.lang.Object object1,
                           java.lang.Object object2)
        Determine if the receiver is greater or less than the change set.
        Specified by:
        compare in interface java.util.Comparator