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