Class ContainerActionOnCommit

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      An equals method that returns true if the other obejct is a sub-class of this, and the container identities are equal *and* it is the same class as this.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContainerActionOnCommit

        protected ContainerActionOnCommit​(ContainerKey identity)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        An equals method that returns true if the other obejct is a sub-class of this, and the container identities are equal *and* it is the same class as this.
        This allows mutiple additions of value equality obejcts to the observer list while only retaining one.
        Overrides:
        equals in class java.lang.Object