Package com.helger.commons.id
Interface IHasID<IDTYPE>
- Type Parameters:
IDTYPE- The type of the provided ID.
- All Known Subinterfaces:
IErrorLevel,ILicense,ITypedObject<IDTYPE>
- All Known Implementing Classes:
CustomLicense,ECountry,EErrorLevel,ELicense,EMimeContentType,ErrorLevel,ErrorTextProvider.EField,ETriState,EWatchDirAction,TypedObject
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Base interface for all objects having an ID.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
Comparator<IHasID<T>> getID()Get the unique ID of this object.