fun <E> LockFreeLinkedList<E>.toMutableList(): MutableList<E>
Collect all the elements into a MutableList.