Interface IIntIDProvider<VALUETYPE>

Type Parameters:
VALUETYPE - Object type

public interface IIntIDProvider<VALUETYPE>
Interface for objects having an int ID.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getID(VALUETYPE aObject)
    Get the ID of the passed object.
  • Method Details

    • getID

      int getID(@Nonnull VALUETYPE aObject)
      Get the ID of the passed object.
      Parameters:
      aObject - The object who's ID is to be retrieved. May not be null .
      Returns:
      The ID of the object.