See: Description
| Interface | Description |
|---|---|
| IPropertiesOwner |
A generic interface for any object that is capable of storing property
values.
|
| ITimeSpan |
A time span encapsulates a start and an end time, making it easier to handle
objects that are placed on a timeline.
|
| Class | Description |
|---|---|
| AbstractPropertiesOwner |
An abstract implementation of an object that can store property values.
|
| TimeSpan |
An implementation of the
ITimeSpan interface. |
| TimeSpanComparator |
A specialized
Comparator that is capable of comparing two time spans
with each other. |
| TimeSpanIterator<T extends ITimeSpan> |
An iterator implementation specialized on iterating over a list of
ITimeSpan elements. |
Copyright © 2006–2016 Dirk Lemmermann Software & Consulting. All rights reserved.