See: Description
| Interface | Description |
|---|---|
| DefaultStaticObjectFactory |
A trivial static object factory that allocates static objects of type
Object. |
| Class | Description |
|---|---|
| DefaultStaticProperty |
A trivial default implementation of
StaticProperty. |
| StaticProperty |
StaticProperty objects represent the mapping between property
identifiers and storage locations within static objects.
|
| StaticShape<T> |
A StaticShape is an immutable descriptor of the layout of a static object and is a good entry
point to learn about the Static Object Model.
|
| StaticShape.Builder |
Builder class to construct
StaticShape instances. |