addNode

fun addNode(key: String, data: T)
fun addNode(key: CharArray, data: T)