Package org.ldk.structs
Class MonitorUpdateId
- java.lang.Object
-
- org.ldk.structs.MonitorUpdateId
-
public class MonitorUpdateId extends Object
An opaque identifier describing a specific [`Persist`] method call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorUpdateId
clone()
Creates a copy of the MonitorUpdateIdboolean
eq(MonitorUpdateId b)
Checks if two MonitorUpdateIds contain equal inner contents.boolean
equals(Object o)
protected void
finalize()
long
hash()
Generates a non-cryptographic 64-bit hash of the MonitorUpdateId.int
hashCode()
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
clone
public MonitorUpdateId clone()
Creates a copy of the MonitorUpdateId
-
hash
public long hash()
Generates a non-cryptographic 64-bit hash of the MonitorUpdateId.
-
eq
public boolean eq(MonitorUpdateId b)
Checks if two MonitorUpdateIds 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.
-
-