sparsebitmap
Interface SkippableIterator


public interface SkippableIterator


Method Summary
 void advance()
           
 void advanceUntil(int min)
          Advance, and keep advancing as long as the word offset is smaller than min
 int getCurrentWord()
          have a look at the current word, do not advance
 int getCurrentWordOffset()
          where is the word we are looking at?
 boolean hasValue()
           
 

Method Detail

hasValue

boolean hasValue()

advance

void advance()

advanceUntil

void advanceUntil(int min)
Advance, and keep advancing as long as the word offset is smaller than min

Parameters:
min -

getCurrentWord

int getCurrentWord()
have a look at the current word, do not advance

Returns:

getCurrentWordOffset

int getCurrentWordOffset()
where is the word we are looking at?

Returns:


Copyright © 2013. All Rights Reserved.