Package org.ldk.structs
Class RouteHint
- java.lang.Object
-
- org.ldk.structs.RouteHint
-
public class RouteHint extends Object
A list of hops along a payment path terminating with a channel to the recipient.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteHint
clone()
Creates a copy of the RouteHintboolean
eq(RouteHint b)
Checks if two RouteHints contain equal inner contents.protected void
finalize()
long
hash()
Checks if two RouteHints contain equal inner contents.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
hash
public long hash()
Checks if two RouteHints contain equal inner contents.
-
eq
public boolean eq(RouteHint b)
Checks if two RouteHints 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.
-
-