public interface EdgeIterator
Interface of Edge Iterator
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Tests if the next edge exists
|
Edge |
next()
Gets the next edge
|
boolean |
nextIsOuter() |
void |
start()
Starts scaning all edges in the graph
|
void start()
boolean hasNext()
Edge next()
boolean nextIsOuter()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.