Class RTree.Iterator<T>

java.lang.Object
org.oscim.utils.RTree.Iterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
RTree<T>

public static class RTree.Iterator<T> extends Object implements Iterator<T>
  • Method Details

    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
    • hasNext

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

      public void remove()
      Specified by:
      remove in interface Iterator<T>