|
|||||||||
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.EntityHistoryComparator<T>
T
- The data type to be compared.public class EntityHistoryComparator<T extends Entity>
A comparator for ordering entity history records by timestamp.
Constructor Summary | |
---|---|
EntityHistoryComparator()
|
Method Summary | |
---|---|
int |
compare(EntityHistory<T> o1,
EntityHistory<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 EntityHistoryComparator()
Method Detail |
---|
public int compare(EntityHistory<T> o1, EntityHistory<T> o2)
compare
in interface java.util.Comparator<EntityHistory<T extends Entity>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |