| Interface | Description |
|---|---|
| IAppendable<THISTYPE extends IAppendable<THISTYPE>> |
Defines a generic interface for appending objects to something.
|
| ICloneable<DATATYPE> |
This is a type-safe replacement interface for the default
Cloneable interface since it contains the desired return
type and is accessible solely by the interface. |
| IHasBooleanRepresentation |
Base interface for all objects having an explicit boolean representation
|
| IHasByteSize |
Base interface for all components having a size.
|
| IHasCountry |
Base interface for objects having a country locale.
|
| IHasLocale |
Base interface for objects having a locale.
|
| IHasLocales |
Base interface for objects having zero or more locales.
|
| IHasPlainText |
Base interface for objects having a plain text representation.
|
| IHasSize |
Base interface for all objects having a certain size.
|
| IHasStringRepresentation |
Base interface for all objects having an explicit string representation (e.g.
|
| Class | Description |
|---|---|
| CDefault |
A class containing default values for all primitive and primitive wrapper
types.
|
| CGlobal |
A class declaring system wide constants.
|
| GlobalDebug |
Global class for handling the following typical application modes:
trace
debug
production
trace is the lowest mode, debug is one level higher and production is the
highest value.
|
| SystemProperties |
This class wraps all the Java system properties like version number etc.
|
| ValueEnforcer |
Copyright © 2006–2015 phloc systems. All rights reserved.