gpt4 book ai didi

java hashmap 值

转载 作者:行者123 更新时间:2023-12-01 15:22:18 26 4
gpt4 key购买 nike

我的 HashMap 包含一个键,它是客户的姓名,值是对书籍进行评级的所有评级。我必须计算给定书名的平均评分。

如何访问 HashMap 中的所有值(评级)?有没有办法做到这一点?

这是我的一段代码:

/** 
* calculate the average rating by all customers for a named book
* only count positive or negative ratings, not 0 (unrated)
* if the booktitle is not found or their are no ratings then
* return NO_AVERAGE
* @param booktitle String to be rated
* @return double the average of all ratings for this book
*/
public double averageRating(String booktitle)
{
numberOfRatingsPerCustomer/total
}

最佳答案

您需要从 HashMap 中获取 keySet。然后迭代 keySet 并从 HashMap 中获取值。

关于java hashmap 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10731115/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com