edu.ucla.structure
Class DepthFirstIterator
Object
DepthFirstIterator
- All Implemented Interfaces:
- Iterator
public class DepthFirstIterator
- extends Object
- implements Iterator
- Since:
- 031502
- Author:
- Keith Cascio
STREAM_DEBUG
public static final PrintStream STREAM_DEBUG
DepthFirstIterator
public DepthFirstIterator(DirectedGraph G)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
throws UnsupportedOperationException,
IllegalStateException
- Specified by:
remove
in interface Iterator
- Throws:
UnsupportedOperationException
IllegalStateException
Copyright 2010 UCLA Automated Reasoning Group