public class ChildNumber extends Object
This is just a wrapper for the i (child number) as per BIP 32 with a boolean getter for the first bit and a getter
 for the actual 0-based child number. A List of these forms a path through a
 DeterministicHierarchy. This class is immutable.
| Modifier and Type | Field and Description | 
|---|---|
| static int | PRIV_BIT | 
| static ChildNumber | ZERO | 
| Constructor and Description | 
|---|
| ChildNumber(int i) | 
| ChildNumber(int childNumber,
           boolean isPrivate) | 
public static final int PRIV_BIT
public static final ChildNumber ZERO
public ChildNumber(int childNumber,
           boolean isPrivate)
public ChildNumber(int i)
Copyright © 2014. All rights reserved.