Uses of Interface
com.helger.commons.id.IHasIntID
-
Packages that use IHasIntID Package Description com.helger.commons.id com.helger.commons.io.file com.helger.commons.lang -
-
Uses of IHasIntID in com.helger.commons.id
Methods in com.helger.commons.id that return types with arguments of type IHasIntID Modifier and Type Method Description static Comparator<IHasIntID>IHasIntID. getComparatorID() -
Uses of IHasIntID in com.helger.commons.io.file
Classes in com.helger.commons.io.file that implement IHasIntID Modifier and Type Class Description classEFileIOErrorCodeRepresents a set of predefined error codes that can occur in file operations. -
Uses of IHasIntID in com.helger.commons.lang
Methods in com.helger.commons.lang with type parameters of type IHasIntID Modifier and Type Method Description static <ENUMTYPE extends Enum<ENUMTYPE> & IHasIntID>
ENUMTYPEEnumHelper. getFromIDOrDefault(Class<ENUMTYPE> aClass, int nID, ENUMTYPE eDefault)Get the enum value with the passed IDstatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasIntID>
ENUMTYPEEnumHelper. getFromIDOrNull(Class<ENUMTYPE> aClass, int nID)Get the enum value with the passed IDstatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasIntID>
ENUMTYPEEnumHelper. getFromIDOrThrow(Class<ENUMTYPE> aClass, int nID)Get the enum value with the passed ID.
-