| Package | Description |
|---|---|
| com.helger.commons.id | |
| com.helger.commons.io.file | |
| com.helger.commons.lang |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<IHasIntID> |
IHasIntID.getComparatorID() |
| Modifier and Type | Class and Description |
|---|---|
class |
EFileIOErrorCode
Represents a set of predefined error codes that can occur in file operations.
|
| Modifier and Type | Method and Description |
|---|---|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasIntID> |
EnumHelper.getFromIDOrDefault(Class<ENUMTYPE> aClass,
int nID,
ENUMTYPE eDefault)
Get the enum value with the passed ID
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasIntID> |
EnumHelper.getFromIDOrNull(Class<ENUMTYPE> aClass,
int nID)
Get the enum value with the passed ID
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasIntID> |
EnumHelper.getFromIDOrThrow(Class<ENUMTYPE> aClass,
int nID)
Get the enum value with the passed ID.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.