Class DownloadJob


  • public class DownloadJob
    extends Job
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadJob​(org.mapsforge.core.model.Tile tile, TileSource tileSource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • DownloadJob

        public DownloadJob​(org.mapsforge.core.model.Tile tile,
                           TileSource tileSource)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Job
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Job