add

fun add(x: Int, y: Int): PointArrayList
fun add(p: PointList, index: Int)
fun add(p: PointList, index: Int, indexEnd: Int)


Deprecated

Replace with

addAll(p)