org.apache.blur.utils
Interface BlurIterator<T,E extends Exception>
- All Known Implementing Classes:
- BlurResultIterableClient.SearchIterator, BlurResultIterableMultiple.MultipleHitsIterator, IteratorConverter, PeekableIterator
public interface BlurIterator<T,E extends Exception>
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.