edu.washington.cs.knowitall.nlp
Class SentenceBlocksIterator

java.lang.Object
  extended by com.google.common.collect.UnmodifiableIterator<T>
      extended by com.google.common.collect.AbstractIterator<String>
          extended by edu.washington.cs.knowitall.nlp.SentenceBlocksIterator
All Implemented Interfaces:
Iterator<String>

public class SentenceBlocksIterator
extends com.google.common.collect.AbstractIterator<String>


Constructor Summary
SentenceBlocksIterator(Iterator<String> blockIter, SentenceExtractor sentExtractor)
           
 
Method Summary
protected  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

SentenceBlocksIterator

public SentenceBlocksIterator(Iterator<String> blockIter,
                              SentenceExtractor sentExtractor)
Method Detail

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.