public static class CountTreeBitsCollection.BranchCounts extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
oneCount |
Bits |
path |
long |
size |
long |
terminals |
long |
zeroCount |
| Constructor and Description |
|---|
BranchCounts(Bits path,
long size) |
BranchCounts(Bits path,
long size,
long terminals,
long zeroCount,
long oneCount) |
public Bits path
public long size
public long terminals
public long zeroCount
public long oneCount
Copyright © 2019 SimiaCryptus Software. All rights reserved.