org.apache.blur.utils
Interface BlurIterator<T,E extends Exception>


public interface BlurIterator<T,E extends Exception>


Method Summary
 long getPosition()
           
 boolean hasNext()
           
 T next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws E extends Exception
Throws:
E extends Exception

next

T next()
       throws E extends Exception
Throws:
E extends Exception

getPosition

long getPosition()
                 throws E extends Exception
Throws:
E extends Exception


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.