Class S2CellIndex.NonEmptyRangeIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void begin()
      Positions this iterator at the first range of leaf cells (if any).
      void next()
      Advances the iterator to the next range of leaf cells.
      boolean prev()
      Returns false if the iterator was already positioned at the beginning, otherwise positions the iterator at the previous entry and returns true.
      void seek​(S2CellId target)
      Positions the iterator at the range containing "target".
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait