Home
last modified time | relevance | path

Searched refs:higherStill (Results 1 – 1 of 1) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DCoordinateTest.java134 Coordinate higherStill = new Coordinate(20.0, 200.0, 50.0); in testCompareTo() local
138 assertEquals(-1, highest.compareTo(higherStill)); in testCompareTo()