|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.man.documentparser.input.util.CleanUnicode
public class CleanUnicode
| Field Summary | |
|---|---|
private DocumentIterator |
documents
|
| Constructor Summary | |
|---|---|
CleanUnicode(DocumentIterator documents)
|
|
| Method Summary | |
|---|---|
private java.lang.String |
clean(java.lang.String s)
|
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 DocumentIterator documents
| Constructor Detail |
|---|
public CleanUnicode(DocumentIterator documents)
| 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>private java.lang.String clean(java.lang.String s)
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 | |||||||||