Interface | Description |
---|---|
ItemEventCollection<E extends Event> |
A collection of events associated with an item.
|
UserHistory<E extends Event> |
Represents a user profile, associating an immutable list of events with a user.
|
Class | Description |
---|---|
AbstractUserHistory<E extends Event> |
An abstract implementation of
UserHistory to provide default implementations of convenience methods. |
BasicItemEventList<E extends Event> |
List-backed item event collection.
|
BasicUserHistory<E extends Event> |
Basic user rating profile backed by a collection of ratings.
|
History |
Utility methods for user histories.
|
User histories (sequences of events).