[Java] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / src / main / java / org / ldk / structs / NodeAlias.java
index 5f4881b99c40c629b3926132e13083edc484e4c0..16b4e5b75673526b514d867344d15fb2eafd223f 100644 (file)
@@ -65,13 +65,25 @@ public class NodeAlias extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Generates a non-cryptographic 64-bit hash of the NodeAlias.
+        */
+       public long hash() {
+               long ret = bindings.NodeAlias_hash(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       @Override public int hashCode() {
+               return (int)this.hash();
+       }
        /**
         * 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(org.ldk.structs.NodeAlias b) {
-               boolean ret = bindings.NodeAlias_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.NodeAlias_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                if (this != null) { this.ptrs_to.add(b); };
@@ -82,6 +94,15 @@ public class NodeAlias extends CommonBase {
                if (!(o instanceof NodeAlias)) return false;
                return this.eq((NodeAlias)o);
        }
+       /**
+        * Get the string representation of a NodeAlias object
+        */
+       public String to_str() {
+               String ret = bindings.NodeAlias_to_str(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * Serialize the NodeAlias object into a byte array which can be read by NodeAlias_read
         */