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

    Modifier and Type
    Method
    Description
    id()
    Returns the backing identifier value.
  • Method Details

    • id

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