abstract static class DocValuesFieldUpdates.Iterator
extends java.lang.Object
| Constructor and Description |
|---|
Iterator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract int |
doc()
Returns the current document this iterator is on.
|
(package private) abstract int |
nextDoc()
Returns the next document which has an update, or
DocIdSetIterator.NO_MORE_DOCS if there are no more documents to
return. |
(package private) abstract void |
reset()
Reset the iterator's state.
|
(package private) abstract java.lang.Object |
value()
Returns the value of the document returned from
nextDoc(). |
abstract int nextDoc()
DocIdSetIterator.NO_MORE_DOCS if there are no more documents to
return.abstract int doc()
abstract java.lang.Object value()
nextDoc(). A
null value means that it was unset for this document.abstract void reset()