public interface LenskitResultList extends ResultList
LensKit refinement of the general result list type.
| Modifier and Type | Method and Description |
|---|---|
LongList |
idList()
Return a list of the item (or user) IDs in this result list.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamLongList idList()
ResultListReturn a list of the item (or user) IDs in this result list.
idList in interface ResultList