public LinkedListSync():
Creates an empty synchronized list.
import klyn.collections values = LinkedListSync<Int>() values.add(10)