public class MemoryDocumentIndex.DocumentIterator extends Object implements Iterator<Map.Entry<Integer,DocumentIndexEntry>>
| Constructor and Description |
|---|
DocumentIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Map.Entry<Integer,DocumentIndexEntry> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<Map.Entry<Integer,DocumentIndexEntry>>public Map.Entry<Integer,DocumentIndexEntry> next()
next in interface Iterator<Map.Entry<Integer,DocumentIndexEntry>>public void remove()
remove in interface Iterator<Map.Entry<Integer,DocumentIndexEntry>>Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow