@Beta public abstract class AbstractUUIDIdentifier<T extends AbstractUUIDIdentifier<T>> extends AbstractIdentifier<UUID> implements Comparable<T>
Identifier backed by a UUID.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUUIDIdentifier(UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(T o) |
equals, getValue, hashCode, toStringprotected AbstractUUIDIdentifier(UUID uuid)
public final int compareTo(@Nonnull T o)
compareTo in interface Comparable<T extends AbstractUUIDIdentifier<T>>Copyright © 2019 OpenDaylight. All rights reserved.