Source of 29.13a.java


  1: public Iterator<VertexInterface<T>> getNeighborIterator()
  2: {
  3:    return new NeighborIterator();
  4: } // end getNeighborIterator
  5: // Version 4.0