Uses of Class
org.openstreetmap.josm.io.DiffResultProcessor.DiffResultEntry
-
Packages that use DiffResultProcessor.DiffResultEntry Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of DiffResultProcessor.DiffResultEntry in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io with type parameters of type DiffResultProcessor.DiffResultEntry Modifier and Type Field Description private java.util.Map<PrimitiveId,DiffResultProcessor.DiffResultEntry>
DiffResultProcessor. diffResults
mapping from old id to new id and version, the result of parsing the diff result replied by the serverMethods in org.openstreetmap.josm.io that return types with arguments of type DiffResultProcessor.DiffResultEntry Modifier and Type Method Description (package private) java.util.Map<PrimitiveId,DiffResultProcessor.DiffResultEntry>
DiffResultProcessor. getDiffResults()
-