|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.man.documentparser.input.IDIterator
public class IDIterator
| Field Summary | |
|---|---|
private java.util.ArrayList<java.lang.String> |
list
|
private int |
nextItem
|
| Constructor Summary | |
|---|---|
IDIterator(java.io.File f)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.util.Iterator<Document> |
iterator()
|
Document |
next()
|
void |
remove()
|
void |
skip()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int nextItem
private java.util.ArrayList<java.lang.String> list
| Constructor Detail |
|---|
public IDIterator(java.io.File f)
| Method Detail |
|---|
public void skip()
skip in interface DocumentIteratorpublic boolean hasNext()
hasNext in interface java.util.Iterator<Document>public Document next()
next in interface java.util.Iterator<Document>public void remove()
remove in interface java.util.Iterator<Document>public java.util.Iterator<Document> iterator()
iterator in interface java.lang.Iterable<Document>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||