|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
int |
degree(int i)
|
int |
edges()
|
boolean |
existsEdge(int i,
int j)
|
int |
inDegree(int i)
|
java.util.Iterator |
iterator(int i)
|
int |
outDegree(int i)
|
void |
putEdge(java.lang.Object theEdge)
|
void |
removeEdge(int i,
int j)
|
int |
vertices()
|
Method Detail |
public int vertices()
public int edges()
public boolean existsEdge(int i, int j)
public void putEdge(java.lang.Object theEdge)
public void removeEdge(int i, int j)
public int degree(int i)
public int inDegree(int i)
public int outDegree(int i)
public java.util.Iterator iterator(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |