Interface IIntIDProvider<VALUETYPE>

  • Type Parameters:
    VALUETYPE - Object type

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

      • 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.