Package com.helger.commons.id
Interface IIntIDProvider<VALUETYPE>
-
- Type Parameters:
VALUETYPE- Object type
public interface IIntIDProvider<VALUETYPE>Interface for objects having an int ID.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetID(VALUETYPE aObject)Get the ID of the passed object.
-