K - key typeV - value typepublic class MapNode<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapNode<K,V> |
create(V value,
Map<K,MapNode<K,V>> children) |
boolean |
equals(Object o)
For testing purposes only.
|
Map<K,MapNode<K,V>> |
getChildren() |
V |
getValue() |
int |
hashCode()
For testing purposes only.
|
List<MapNode<K,V>> |
preorder()
For testing purposes only.
|
String |
toString() |
Copyright © 2014. All Rights Reserved.