Package | Description |
---|---|
tree |
Modifier and Type | Method and Description |
---|---|
NonEmptyTree<K,V> |
Tree.insert(K key,
V value)
Insert/update the Tree with a new key:value pair.
|
NonEmptyTree<K,V> |
NonEmptyTree.insert(K key,
V value) |
NonEmptyTree<K,V> |
EmptyTree.insert(K key,
V value) |