Return an iterator of vertex IDs with an edge from srcVid.
(int srcVid)
| 33 | |
| 34 | /** Return an iterator of vertex IDs with an edge from srcVid. */ |
| 35 | public abstract IntIterator dstIter(int srcVid); |
| 36 | |
| 37 | public String print() { |
| 38 | StringBuilder sb = new StringBuilder(); |
no outgoing calls
no test coverage detected