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 Detail

      • id

        T id()
        Returns the backing identifier value.
        Returns:
        identifier