public class LuceneInvertedIndex.DocIter extends Object implements Iterator<List<T>>
Constructor and Description |
---|
DocIter() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
List<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<List<T extends SequenceElement>>
public List<T> next()
next
in interface Iterator<List<T extends SequenceElement>>
public void remove()
remove
in interface Iterator<List<T extends SequenceElement>>
Copyright © 2016. All Rights Reserved.