no type hierarchy
| Attributes | |
graph | Source Codeshared formal G graph |
start | Source Codeshared formal V start |
vertices | Source Codeshared default {V*} verticesAnswer the vertices of the |
visitor | Source Codeshared formal Visitor visitor |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Iterable<Element,Absent> |
| Methods | |
basicGraphIterator | Source Codeshared formal GraphIterator<V,G,Visitor> basicGraphIterator() |
iterator | Source Codeshared actual Iterator<V> iterator()An iterator for the elements belonging to this stream. Refines Iterable.iterator |
traverse | Source Codeshared void traverse()Traverse all vertices according to this traversal. |
| Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Category<Element> |
Methods inherited from: Iterable<Element,Absent>Iterable.any(), Iterable.by(), Iterable.chain(), Iterable.collect(), Iterable.count(), Iterable.defaultNullElements(), Iterable.every(), Iterable.filter(), Iterable.find(), Iterable.findLast(), Iterable.flatMap(), Iterable.fold(), Iterable.follow(), Iterable.getFromFirst(), Iterable.interpose(), Iterable.iterator(), Iterable.longerThan(), Iterable.map(), Iterable.max(), Iterable.partition(), Iterable.product(), Iterable.reduce(), Iterable.repeat(), Iterable.scan(), Iterable.select(), Iterable.sequence(), Iterable.shorterThan(), Iterable.skip(), Iterable.skipWhile(), Iterable.sort(), Iterable.spread(), Iterable.take(), Iterable.takeWhile() |