remove method

Remove entry from the linked list.

bool remove(
E entry
)

Remove entry from the linked list.

Returns false and does nothing if entry is not in this linked list.

This is equivalent to calling entry.unlink() if the entry is in this list.