|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mhhe.clrs2e.AdjacencyListGraph.AdjListInfo
Inner class for the adjacency list array.
Field Summary | |
AdjacencyListGraph.Edge |
head
The first edge in this vertex's adjacency list. |
com.mhhe.clrs2e.Vertex |
thisVertex
The vertex whose adjacency list this is. |
Constructor Summary | |
AdjacencyListGraph.AdjListInfo(com.mhhe.clrs2e.Vertex v)
Makes an AdjListInfo object for an empty list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public com.mhhe.clrs2e.Vertex thisVertex
public AdjacencyListGraph.Edge head
Constructor Detail |
public AdjacencyListGraph.AdjListInfo(com.mhhe.clrs2e.Vertex v)
v
- The vertex whose adjacency list this is.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |