Triangulator uses ArrayList to handle list of triangles, but operations like search, delete are often performed on these list. Performance might improve if hash map is instead since it performs same operation in almost constant time instead of linear time.