public class BasicTree.TreeNodesByLevel extends java.util.HashMap<java.lang.Integer,java.util.ArrayList<BasicTree<T>>>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TreeNodesByLevel()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
build() |
private void |
build(int level,
BasicTree<T> tree) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprivate static final long serialVersionUID