| Package | Description |
|---|---|
| com.helger.commons.id | |
| com.helger.commons.io.file | |
| com.helger.commons.lang | |
| com.helger.commons.microdom | |
| com.helger.commons.xml.dom |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasIntObjID
Base interface for all objects having an int ID.
|
| Modifier and Type | Method and Description |
|---|---|
static <VALUETYPE extends IHasIntID> |
IIntIDProvider.createHasIntID() |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EMicroNodeType
Denotes the type of
IMicroNode objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
EXMLDOMNodeType
Represents the different DOM node types.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.