getNodeByID

abstract fun getNodeByID(id: Int): Node<T>(source)

Allows to access a Node in this Environment known its id. Depending on the implementation, this method may or not be optimized (namely, id could run in constant or linear time with the number of nodes).