|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistoryComparator<T>
T
- The encapsulated feature type.public class DbFeatureHistoryComparator<T extends Storeable>
A comparator for sorting database feature objects by entity id, then entity version.
Constructor Summary | |
---|---|
DbFeatureHistoryComparator()
|
Method Summary | |
---|---|
int |
compare(DbFeatureHistory<DbFeature<T>> o1,
DbFeatureHistory<DbFeature<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 DbFeatureHistoryComparator()
Method Detail |
---|
public int compare(DbFeatureHistory<DbFeature<T>> o1, DbFeatureHistory<DbFeature<T>> o2)
compare
in interface java.util.Comparator<DbFeatureHistory<DbFeature<T extends Storeable>>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |