| Package | Description |
|---|---|
| name.pehl.piriti.commons.client |
| Modifier and Type | Method and Description |
|---|---|
Node<K,V> |
Node.addChildNode(K data) |
Node<K,V> |
Node.addChildNode(Node<K,V> child) |
Node<K,V> |
Node.findChildNode(K data) |
Node<K,V> |
Node.findDirectChildNode(K data) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Node<K,V>> |
Node.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Node<K,V> |
Node.addChildNode(Node<K,V> child) |
void |
Node.setParent(Node<K,V> parent) |
| Constructor and Description |
|---|
Node(K key,
V value,
Node<K,V> parent) |
Node(K key,
V value,
Node<K,V> parent,
List<Node<K,V>> childrens) |
| Constructor and Description |
|---|
Node(K key,
V value,
Node<K,V> parent,
List<Node<K,V>> childrens) |
Copyright © 2013 Harald Pehl. All Rights Reserved.