abstract class CGL::GraphSourceIterator(V)
- CGL::GraphSourceIterator(V)
- Reference
- Object
Included Modules
- Iterator(V)
Direct Known Subclasses
Defined in:
cgl/traversal/iterators.crConstructors
Instance Method Summary
- #has_next?
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(V)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.