Uses of Interface
com.helger.base.id.IHasIntID
Packages that use IHasIntID
-
Uses of IHasIntID in com.helger.base.id
Methods in com.helger.base.id that return types with arguments of type IHasIntIDModifier and TypeMethodDescriptionstatic @NonNull Comparator<IHasIntID> IHasIntID.getComparatorID() -
Uses of IHasIntID in com.helger.base.lang
Methods in com.helger.base.lang with type parameters of type IHasIntIDModifier and TypeMethodDescriptionEnumHelper.getFromIDOrDefault(@NonNull Class<ENUMTYPE> aClass, int nID, @Nullable ENUMTYPE eDefault) Get the enum value with the passed IDEnumHelper.getFromIDOrNull(@NonNull Class<ENUMTYPE> aClass, int nID) Get the enum value with the passed IDEnumHelper.getFromIDOrThrow(@NonNull Class<ENUMTYPE> aClass, int nID) Get the enum value with the passed ID.