Class OpenList
- java.lang.Object
-
- com.macrofocus.treemap.fastvoronoi.originalconvexhull.OpenList
-
public class OpenList extends java.lang.ObjectDirect accessable array list for faster iteration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Site e)voidclear()OpenListcloneWithZeroWeights()Clones the list of sites but with zero weightsSiteget(int index)booleanisEmpty()voidpermutate()Siteset(int index, Site element)
-
-
-
Field Detail
-
array
public Site[] array
-
size
public int size
-
-