java.lang.Object
com.treemap.swing.fastvoronoi.originalconvexhull.OpenList

public class OpenList extends Object
Direct accessable array list for faster iteration.
  • Field Details

    • array

      public Site[] array
    • size

      public int size
  • Constructor Details

    • OpenList

      public OpenList()
    • OpenList

      public OpenList(int capacity)
  • Method Details

    • add

      public boolean add(Site e)
    • clear

      public void clear()
    • get

      public Site get(int index)
    • isEmpty

      public boolean isEmpty()
    • set

      public Site set(int index, Site element)
    • cloneWithZeroWeights

      public OpenList cloneWithZeroWeights()
      Clones the list of sites but with zero weights
    • permutate

      public void permutate()