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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tid()Returns the backing identifier value.
-
-
-
Method Detail
-
id
T id()
Returns the backing identifier value.- Returns:
- identifier
-
-