Interface RandomWalkIter.Int

All Superinterfaces:
IntIterator, Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt, RandomizedAlgorithm, RandomWalkIter<Integer,Integer>
Enclosing interface:
RandomWalkIter<V,E>

public static interface RandomWalkIter.Int extends RandomWalkIter<Integer,Integer>, IntIterator
A random walk iterator for IntGraph.
Author:
Barak Ugav