1114111511161117111811191120
* this graph model. * @return An iterator of Arc objects, all of which have * the given node as their tail. */ public Iterator outEdges(Object node) { return new NullIterator(); }
269270271272273274275
* does not necessarily support removal operations. * In this base class, this returns an iterator over * nothing. */ public Iterator nodesAfterEdges(Object composite) { return (new NullIterator()); }