Interfaces
| Interface | Description | |
|---|---|---|
| IDataModel |
Implementations represent a repository of information about users and their associated IPreferences
for items.
| |
| IPreference |
A IPreference encapsulates an item and a preference value, which indicates the strength of the
preference for it. IPreferences are associated to users.
| |
| IPreferenceArray |
An alternate representation of an array of {@link Preference}.
Implementations, in theory, can produce a more memory-efficient representation.
|