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