T - public class WeightTreeInfo<T> extends Object
| Constructor and Description |
|---|
WeightTreeInfo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> WeightTreeInfo<T> |
buildSingleOne(T one) |
T |
getNode() |
boolean |
isEmpty() |
void |
putNode(T node,
long weight) |
String |
toString() |
Copyright © 2015. All rights reserved.