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
public abstract class AbstractStringIdentifier<T extends AbstractStringIdentifier<T>>
extends AbstractIdentifier<String>
implements Comparable<T>
Utility
Identifier
backed by a UUID
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.yangtools.util.AbstractIdentifier
equals, getValue, hashCode, toString
-
Constructor Details
-
AbstractStringIdentifier
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<T extends AbstractStringIdentifier<T>>
-