unlink_many


Description:

public void unlink_many (Element[] elements)

Unlinks a series of elements.

Uses unlink.

Parameters:

this

the first Element in the link chain.

element_2

the second Element in the link chain.

...

the null-terminated list of elements to unlink in order.