Uses of Interface
com.helger.base.id.IHasID
Packages that use IHasID
Package
Description
-
Uses of IHasID in com.helger.base.id
Methods in com.helger.base.id that return types with arguments of type IHasIDModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
@NonNull Comparator<IHasID<T>> IHasID.getComparatorID() -
Uses of IHasID in com.helger.base.lang
Methods in com.helger.base.lang with type parameters of type IHasIDModifier and TypeMethodDescriptionEnumHelper.getFromIDCaseInsensitiveOrDefault(@NonNull Class<ENUMTYPE> aClass, @Nullable String sID, @Nullable ENUMTYPE eDefault) Get the enum value with the passed string ID case insensitiveEnumHelper.getFromIDCaseInsensitiveOrNull(@NonNull Class<ENUMTYPE> aClass, @Nullable String sID) Get the enum value with the passed string ID case insensitiveEnumHelper.getFromIDCaseInsensitiveOrThrow(@NonNull Class<ENUMTYPE> aClass, @Nullable String sID) Get the enum value with the passed string ID (case insensitive).EnumHelper.getFromIDOrDefault(@NonNull Class<ENUMTYPE> aClass, @Nullable KEYTYPE aID, @Nullable ENUMTYPE eDefault) Get the enum value with the passed IDEnumHelper.getFromIDOrNull(@NonNull Class<ENUMTYPE> aClass, @Nullable KEYTYPE aID) Get the enum value with the passed IDEnumHelper.getFromIDOrThrow(@NonNull Class<ENUMTYPE> aClass, @Nullable KEYTYPE aID) Get the enum value with the passed ID. -
Uses of IHasID in com.helger.base.state
Classes in com.helger.base.state that implement IHasIDModifier and TypeClassDescriptionenumRepresents an object that has one of 3 different states compared to a boolean that has only 2 different states. -
Uses of IHasID in com.helger.base.thirdparty
Subinterfaces of IHasID in com.helger.base.thirdpartyClasses in com.helger.base.thirdparty that implement IHasIDModifier and TypeClassDescriptionclassRepresents a custom license.enumRepresents a bunch of Open Source licenses regularly used. -
Uses of IHasID in com.helger.base.type
Subinterfaces of IHasID in com.helger.base.typeModifier and TypeInterfaceDescriptioninterfaceITypedObject<IDTYPE>Base interface for objects having anObjectTypeand an ID.Classes in com.helger.base.type that implement IHasIDModifier and TypeClassDescriptionfinal classTypedObject<IDTYPE>Base implementation of an object that has anObjectTypeand an ID.