Package io.atomix.utils
Interface Identifier<T extends Comparable<T>>
- All Known Implementing Classes:
AbstractIdentifier
public interface Identifier<T extends Comparable<T>>
Abstract identifier backed by another value, e.g. string, int.
-
Method Summary
-
Method Details
-
id
T id()Returns the backing identifier value.- Returns:
- identifier
-