|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--compress.VecToTree
This class is a behavior class. It has a method to convert a vector of WeightCompares into a binary tree.
| Field Summary | |
static VecToTree |
Singleton
Singleton pattern |
| Constructor Summary | |
VecToTree()
|
|
| Method Summary | |
(package private) BiTree |
execute(java.util.Vector codeVector)
Converts the given vector of WeightCompares into a binary tree of WeightCompares |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final VecToTree Singleton
| Constructor Detail |
public VecToTree()
| Method Detail |
BiTree execute(java.util.Vector codeVector)
Vector - The vector of WeightCompares to be converted
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||