[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / NodeAlias.java
index d86743edb5f7c733ab4f583b34a6ee70b3387318..ca4dbe049fb7a3f83e6377dbe63263f5bbd60ddb 100644 (file)
@@ -65,6 +65,23 @@ public class NodeAlias extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Checks if two NodeAliass contain equal inner contents.
+        * This ignores pointers and is_owned flags and looks at the values in fields.
+        * Two objects with NULL inner values will be considered "equal" here.
+        */
+       public boolean eq(NodeAlias b) {
+               boolean ret = bindings.NodeAlias_eq(this.ptr, b == null ? 0 : b.ptr);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(b);
+               if (this != null) { this.ptrs_to.add(b); };
+               return ret;
+       }
+
+       @Override public boolean equals(Object o) {
+               if (!(o instanceof NodeAlias)) return false;
+               return this.eq((NodeAlias)o);
+       }
        /**
         * Serialize the NodeAlias object into a byte array which can be read by NodeAlias_read
         */