Class OpenList
java.lang.Object
com.treemap.swing.originalfastvoronoi.datastructure.OpenList
Direct accessable array list for faster iteration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
array
-
size
public int size
-
-
Constructor Details
-
OpenList
public OpenList() -
OpenList
public OpenList(int capacity)
-
-
Method Details
-
add
-
clear
public void clear() -
get
-
isEmpty
public boolean isEmpty() -
set
-
cloneWithZeroWeights
Clones the list of sites but with zero weights -
permutate
public void permutate()
-