changePrev

abstract fun changePrev(addr: Address?): Address?

Changes the previous neighbour of a node.

Return

The address of the changed node.

Parameters

addr

The address of the new previous neighbour.

Throws

If a remote access error occurs.