Interface IdGetter<T>


public interface IdGetter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getId(T object)
    Given object must be non-null and have a non-null ID.
  • Method Details

    • getId

      long getId(T object)
      Given object must be non-null and have a non-null ID.