public static class CountTreeBitsCollection.BranchCounts extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
oneCount
The One count.
|
Bits |
path
The Path.
|
long |
size
The Size.
|
long |
terminals
The Terminals.
|
long |
zeroCount
The Zero count.
|
| Constructor and Description |
|---|
BranchCounts(Bits path,
long size)
Instantiates a new Branch counts.
|
BranchCounts(Bits path,
long size,
long terminals,
long zeroCount,
long oneCount)
Instantiates a new Branch counts.
|
public Bits path
public long size
public long terminals
public long zeroCount
public long oneCount
public BranchCounts(Bits path, long size)
path - the pathsize - the sizepublic BranchCounts(Bits path, long size, long terminals, long zeroCount, long oneCount)
path - the pathsize - the sizeterminals - the terminalszeroCount - the zero countoneCount - the one countCopyright © 2019 SimiaCryptus Software. All rights reserved.