@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(@NonNull UUID uuid) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(T o) |
equals, getValue, hashCode, toString
protected AbstractUUIDIdentifier(@NonNull UUID uuid)
public final int compareTo(T o)
compareTo
in interface Comparable<T extends AbstractUUIDIdentifier<T>>
Copyright © 2019 OpenDaylight. All rights reserved.