| Interface | Description |
|---|---|
| IObject |
Base interface for all objects
|
| Class | Description |
|---|---|
| AbstractBaseObject |
Abstract base implementation of
IObject that handles everything
except IHasType.getTypeID(), Object.equals(Object) and Object.hashCode(). |
| AbstractObject |
Abstract base implementation of
IObject that handles everything
except IHasType.getTypeID(). |
| AbstractObjectMicroTypeConverter |
Abstract base class for object related micro type conversion.
|
| CObject |
Constants for
IObject etc. |
| StubObject |
The most simple
IObject implementation. |
Copyright © 2014–2015 Philip Helger. All rights reserved.