|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object urv.emulator.topology.AddressDoubleMap<K1,K2>
public class AddressDoubleMap<K1,K2>
Constructor Summary | |
---|---|
AddressDoubleMap()
|
Method Summary | |
---|---|
void |
addDoubleMap(K1 key1,
K2 key2)
Creates a double relationship between this InetAddress and node number |
K1 |
getInetAddress(K2 key2)
Returns the InetAddress of the node from the given node number |
K2 |
getNodeNumber(K1 key1)
Returns the node number of the node from the given InetAddress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressDoubleMap()
Method Detail |
---|
public void addDoubleMap(K1 key1, K2 key2)
public K1 getInetAddress(K2 key2)
nodeNumber
-
public K2 getNodeNumber(K1 key1)
addr
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |