@NonNullByDefault 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(@Nullable Object obj) |
com.google.common.primitives.UnsignedInteger |
getRouterId() |
int |
hashCode() |
String |
toString() |
public RouteKey(com.google.common.primitives.UnsignedInteger routerId, long remotePathId)
public com.google.common.primitives.UnsignedInteger getRouterId()
public int compareTo(RouteKey otherRouteKey)
compareTo
in interface Comparable<RouteKey>
Copyright © 2019 OpenDaylight. All rights reserved.