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