public class ChildNumber extends Object implements Comparable<ChildNumber>
| Modifier and Type | Field and Description |
|---|---|
static int |
HARDENED_BIT |
static ChildNumber |
ONE |
static ChildNumber |
ONE_HARDENED |
static ChildNumber |
ZERO |
static ChildNumber |
ZERO_HARDENED |
| Constructor and Description |
|---|
ChildNumber(int i) |
ChildNumber(int childNumber,
boolean isHardened) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ChildNumber other) |
boolean |
equals(Object o) |
int |
getI() |
int |
hashCode() |
int |
i() |
boolean |
isHardened() |
int |
num() |
String |
toString() |
public static final int HARDENED_BIT
public static final ChildNumber ZERO
public static final ChildNumber ZERO_HARDENED
public static final ChildNumber ONE
public static final ChildNumber ONE_HARDENED
public ChildNumber(int childNumber,
boolean isHardened)
public ChildNumber(int i)
public int getI()
public int i()
public boolean isHardened()
public int num()
public int compareTo(ChildNumber other)
compareTo in interface Comparable<ChildNumber>Copyright © 2022 IoTeX Group. All rights reserved.