|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRoutingTable.Entry
public class RoutingTable.Entry
A class encapsulated the notion of a routing table entry.
Field Summary | |
---|---|
int |
dist
|
Node |
nextHop
|
Constructor Summary | |
---|---|
RoutingTable.Entry()
|
|
RoutingTable.Entry(RoutingTable.Entry other)
Copy constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Node nextHop
public int dist
Constructor Detail |
---|
public RoutingTable.Entry()
public RoutingTable.Entry(RoutingTable.Entry other)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |