Package org.opendaylight.yangtools.util
Class AbstractStringIdentifier<T extends AbstractStringIdentifier<T>>
- java.lang.Object
-
- org.opendaylight.yangtools.util.AbstractIdentifier<String>
-
- org.opendaylight.yangtools.util.AbstractStringIdentifier<T>
-
- All Implemented Interfaces:
Serializable
,Comparable<T>
,Identifier
,Immutable
,MutationBehaviour<Immutable>
@Beta public abstract class AbstractStringIdentifier<T extends AbstractStringIdentifier<T>> extends AbstractIdentifier<String> implements Comparable<T>
UtilityIdentifier
backed by aUUID
.- Author:
- Robert Varga
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractStringIdentifier(@NonNull String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(T o)
-
Methods inherited from class org.opendaylight.yangtools.util.AbstractIdentifier
equals, getValue, hashCode, toString
-
-
-
-
Constructor Detail
-
AbstractStringIdentifier
protected AbstractStringIdentifier(@NonNull String string)
-
-
Method Detail
-
compareTo
public final int compareTo(T o)
- Specified by:
compareTo
in interfaceComparable<T extends AbstractStringIdentifier<T>>
-
-