public class DoubleComparator extends Object implements Comparator<org.locationtech.jts.triangulate.quadedge.QuadEdge>
Constructor and Description |
---|
DoubleComparator(Map<org.locationtech.jts.triangulate.quadedge.QuadEdge,Double> map)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(org.locationtech.jts.triangulate.quadedge.QuadEdge qeA,
org.locationtech.jts.triangulate.quadedge.QuadEdge qeB)
Method of comparison.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(org.locationtech.jts.triangulate.quadedge.QuadEdge qeA, org.locationtech.jts.triangulate.quadedge.QuadEdge qeB)
compare
in interface Comparator<org.locationtech.jts.triangulate.quadedge.QuadEdge>
qeA
- quad edge to compareqeB
- quad edge to compareCopyright © 2019. All rights reserved.