I get an error when I try return new MyIterator() and I'm not sure what to do with the MyIterator constructor (have to define iterator based on a start node parameter). Any idea how to fix this? I know how to implement the next and hasNext.
I think I solved it....Thanks!!