GraphIterator
, java.util.Iterator<Graph>
public class FixedEdgeCountIterator extends java.lang.Object implements GraphIterator
Constructor | Description |
---|---|
FixedEdgeCountIterator(byte nodeCount,
byte edgeCount) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
Graph |
next() |
|
void |
remove() |