U - type of the usersI - type of the itemspublic abstract class ItemNovelty<U,I> extends UserModel<U>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ItemNovelty.UserItemNoveltyModel<U,I>
Item novelty model for a user.
|
UserModel.Model<U>| Constructor and Description |
|---|
ItemNovelty()
Constructor in which no caching is done.
|
ItemNovelty(boolean caching,
Stream<U> users)
Constructor.
|
ItemNovelty(Stream<U> users)
Constructor in which caching is done.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ItemNovelty.UserItemNoveltyModel<U,I> |
get(U u) |
ItemNovelty.UserItemNoveltyModel<U,I> |
getModel(U u) |
initializeCopyright © 2016. All rights reserved.