Class CritBit.QueryIterator<V>

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

    public static class CritBit.QueryIterator<V>
    extends Object
    implements Iterator<V>
    • Method Detail

      • reset

        public void reset​(long[] min,
                          long[] max)
      • 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>