public final class RouteKey extends Object implements Comparable<RouteKey>
Constructor and Description |
---|
RouteKey(com.google.common.primitives.UnsignedInteger routerId,
Long remotePathId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RouteKey otherRouteKey) |
boolean |
equals(Object obj) |
com.google.common.primitives.UnsignedInteger |
getRouteId() |
int |
hashCode() |
String |
toString() |
public RouteKey(com.google.common.primitives.UnsignedInteger routerId, Long remotePathId)
public com.google.common.primitives.UnsignedInteger getRouteId()
public int compareTo(@Nonnull RouteKey otherRouteKey)
compareTo
in interface Comparable<RouteKey>
Copyright © 2018 OpenDaylight. All rights reserved.