|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstatalign.postprocess.plugins.contree.hash.HashEntry
public class HashEntry
Field Summary | |
---|---|
int |
count
The number of times this bi-partition has been seen. |
double |
edgeLengthsSum
The sum of the edge lengths |
int |
hashKey2
The bucket hash key relevant to this entry. |
boolean |
isMajority
If this is a majority partition this will be set to true, otherwise false. |
double[] |
leaves
|
java.util.BitSet |
partition
The bi-partition relevant to this entry. |
Constructor Summary | |
---|---|
HashEntry(int bucketKey)
|
|
HashEntry(int bucketKey,
java.util.BitSet partition,
double edgeLength)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.BitSet partition
public int hashKey2
public int count
public boolean isMajority
public double edgeLengthsSum
public double[] leaves
Constructor Detail |
---|
public HashEntry(int bucketKey)
public HashEntry(int bucketKey, java.util.BitSet partition, double edgeLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |