edu.washington.cs.knowitall.util
Class AbstractNestedIterator<S,T>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<T>
edu.washington.cs.knowitall.util.AbstractNestedIterator<S,T>
- All Implemented Interfaces:
- Iterator<T>
public abstract class AbstractNestedIterator<S,T>
- extends com.google.common.collect.AbstractIterator<T>
| 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 |
AbstractNestedIterator
public AbstractNestedIterator(Iterable<S> outerIterable)
AbstractNestedIterator
public AbstractNestedIterator(Iterator<S> outer)
computeInnerIterator
protected abstract Iterator<T> computeInnerIterator(S object)
computeNext
protected T computeNext()
- Specified by:
computeNext in class com.google.common.collect.AbstractIterator<T>
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.