Class JConflictList
java.lang.Object
com.treemap.swing.originalfastvoronoi.convexHull.JConflictList
Data structure to save the Conflict Graph of vertices and JFaces.
For every vertex is saved, which faces are in conflict and for every JFace is saved, which vertices are in conflict.
The JConflictList supports constant-time add and remove methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
head
-
-
Constructor Details
-
JConflictList
public JConflictList(boolean face)
-
-
Method Details
-
add
-
empty
public boolean empty() -
fill
-
removeAll
public void removeAll() -
getVertices
-