|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeComparator
public class WayNodeComparator
Compares way nodes to allow them to be sorted by way id then sequence number.
Constructor Summary | |
---|---|
WayNodeComparator()
|
Method Summary | |
---|---|
int |
compare(DBWayNode o1,
DBWayNode o2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public WayNodeComparator()
Method Detail |
---|
public int compare(DBWayNode o1, DBWayNode o2)
compare
in interface java.util.Comparator<DBWayNode>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |