hasNext |
- (BOOL) hasNext;
initForGraph |
- initForGraph:usingIdIterator:
- initForGraph: (FTGraphImpl *) aGraph usingIdIterator: (id <ECIterator>) anIdIterator;
aGraph
- graph to examine
anIdIterator
- iterator over all node identifiers of this graph
initForGraph:usingIdIterator: |
- initForGraph
- initForGraph: (FTGraphImpl *) aGraph usingIdIterator: (id <ECIterator>) anIdIterator;
aGraph
- graph to examine
anIdIterator
- iterator over all node identifiers of this graph
next |
- next;
(Last Updated August 27, 2006)