edu.washington.cs.knowitall.nlp
Class SentenceBlocksIterator
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<String>
edu.washington.cs.knowitall.nlp.SentenceBlocksIterator
- All Implemented Interfaces:
- Iterator<String>
public class SentenceBlocksIterator
- extends com.google.common.collect.AbstractIterator<String>
| 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 |
SentenceBlocksIterator
public SentenceBlocksIterator(Iterator<String> blockIter,
SentenceExtractor sentExtractor)
computeNext
protected String computeNext()
- Specified by:
computeNext in class com.google.common.collect.AbstractIterator<String>
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.