Class MBTilesFile.TileIterator

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Iterator<MBTilesTile>
    Enclosing class:
    MBTilesFile

    public class MBTilesFile.TileIterator
    extends Object
    implements Iterator<MBTilesTile>, Closeable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean hasNext()  
      MBTilesTile next()  
      void remove()  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Iterator

        forEachRemaining
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<MBTilesTile>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<MBTilesTile>
      • close

        public void close()
                   throws IOException
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Throws:
        IOException