|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<java.lang.String>
edu.washington.cs.knowitall.nlp.SentenceBlocksIterator
public class SentenceBlocksIterator
Constructor Summary | |
---|---|
SentenceBlocksIterator(java.util.Iterator<java.lang.String> blockIter,
SentenceExtractor sentExtractor)
|
Method Summary | |
---|---|
protected java.lang.String |
computeNext()
|
Methods inherited from class com.google.common.collect.AbstractIterator |
---|
endOfData, hasNext, next, peek |
Methods inherited from class com.google.common.collect.UnmodifiableIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SentenceBlocksIterator(java.util.Iterator<java.lang.String> blockIter, SentenceExtractor sentExtractor)
Method Detail |
---|
protected java.lang.String computeNext()
computeNext
in class com.google.common.collect.AbstractIterator<java.lang.String>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |