Class CritBit.QueryIteratorKD<V>

  • All Implemented Interfaces:
    Iterator<V>
    Enclosing class:
    CritBit<V>

    public static class CritBit.QueryIteratorKD<V>
    extends Object
    implements Iterator<V>
    • Constructor Detail

      • QueryIteratorKD

        public QueryIteratorKD​(CritBit<V> cb,
                               long[] minOrig,
                               long[] maxOrig,
                               int DIM,
                               int DEPTH)
    • Method Detail

      • hasNext

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

        public V next()
        Specified by:
        next in interface Iterator<V>
      • nextKey

        public long[] nextKey()
      • remove

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