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, toArray
parallelStream, removeIf, stream
LongList idList()
ResultList
Return a list of the item (or user) IDs in this result list.
idList
in interface ResultList