public interface LenskitResultMap extends ResultMap, Long2ObjectMap<Result>
LensKit refinement of the general result map type.
Long2ObjectMap.Entry<V>, Long2ObjectMap.FastEntrySet<V>
Modifier and Type | Method and Description |
---|---|
Long2DoubleMap |
scoreMap()
View this result set as a map from longs to doubles.
|
forEach, iterator, spliterator
entrySet, keySet, long2ObjectEntrySet, values
containsKey, defaultReturnValue, defaultReturnValue, get, put, remove
clear, containsKey, get, put, remove, size
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
Long2DoubleMap scoreMap()
ResultMap
View this result set as a map from longs to doubles.