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