|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.pgsql.v0_6.impl.DbOrderedFeatureComparator<T>
T
- The encapsulated feature type.public class DbOrderedFeatureComparator<T extends Storeable>
Compares way nodes to allow them to be sorted by way id then sequence number.
Constructor Summary | |
---|---|
DbOrderedFeatureComparator()
|
Method Summary | |
---|---|
int |
compare(DbOrderedFeature<T> o1,
DbOrderedFeature<T> 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 DbOrderedFeatureComparator()
Method Detail |
---|
public int compare(DbOrderedFeature<T> o1, DbOrderedFeature<T> o2)
compare
in interface java.util.Comparator<DbOrderedFeature<T extends Storeable>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |