Class DuplicateWay.WayPair
- java.lang.Object
-
- org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPair
-
- Enclosing class:
- DuplicateWay
private static class DuplicateWay.WayPair extends java.lang.Object
Class to store a way reduced to coordinates and keys. Essentially this is used to call theequals{}
function.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-