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