public class NextHopGroupKey extends Object
| Constructor and Description |
|---|
NextHopGroupKey(org.onlab.packet.IpAddress address)
Creates a new next hop group key.
|
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.IpAddress |
address()
Returns the next hop's IP address.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public NextHopGroupKey(org.onlab.packet.IpAddress address)
address - next hop's IP address