Class BreadthFirstSearchIterator<T, C extends Collection<T>>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<C>
com.google.common.collect.AbstractIterator<C>
org.aksw.commons.util.traverse.BreadthFirstSearchIterator<T,C>
- Type Parameters:
T- The node typeC- The collection type of a breath
- All Implemented Interfaces:
Iterator<C>
public class BreadthFirstSearchIterator<T, C extends Collection<T>>
extends com.google.common.collect.AbstractIterator<C>
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
current
-
successorFn
-
collectorSupplier
-
seen
-
nextResult
-
-
Constructor Details
-
BreadthFirstSearchIterator
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<C extends Collection<T>>
-