久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Java - 如何從最接近特定數字的哈希圖中找到一個

Java - How to find a value from a hashmap that is the closest to a particular number?(Java - 如何從最接近特定數字的哈希圖中找到一個值?)
本文介紹了Java - 如何從最接近特定數字的哈希圖中找到一個值?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

您好,我有一個 HashMap<String, Double> 以及一個返回雙精度值的函數,稱為 answer.我想檢查 HashMap 中的哪個值最接近答案,然后獲取該值的鍵并打印它.

Hi I have a HashMap<String, Double> and also a function which returns a double value known as answer. I want to check which value in the HashMap is the closest to the answer and then grab that value's key and print it.

HashMap<String, Double> output = new HashMap<String, Double>();


contents
("A", 0)
("B", 0.25)
("C", 0.5)
("D", 0.75)
("E", 1)

假設我的一個函數的答案是 0.42,我如何檢查它最接近哪個值,然后獲取該值的鍵.我無法切換 HashMap 的鍵和值(因為之前的函數將值平均分配給每個字母),否則最好遍歷每個鍵并獲取值.

Suppose the answer to one of my functions was 0.42, how can I check which value it is closest to and then grab the key to that value. I cant switch around the key and value of the HashMap (as a previous function assigns the values equally to each letter), otherwise it would be better to go through each key and get the value.

推薦答案

如果你的值是唯一的,你可以使用 TreeMap,實現 NavigableMap,它有很好的 ceilingKeyfloorKey 方法:

If your values are unique, you can use a TreeMap, which implements NavigableMap, which has the nice ceilingKey and floorKey methods:

    NavigableMap<Double, String> map = new TreeMap<>();
    map.put(0d, "A");
    map.put(0.25, "B");
    map.put(0.5, "C");
    map.put(0.75, "D");
    map.put(1d, "E");

    double value = 0.42;
    double above = map.ceilingKey(value);
    double below = map.floorKey(value);

    System.out.println(value - below > above - value ? above : below); //prints 0.5

注意:如果 value 小于(或大于)最小/最大鍵,則兩種方法都可以返回 null.

Note: both methods can return null if value is less (resp. greater) than the smallest / largest key.

這篇關于Java - 如何從最接近特定數字的哈希圖中找到一個值?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Convert List of Strings into Map using Java-8 Streams API(使用 Java-8 Streams API 將字符串列表轉換為 Map)
Getting data from JSON(從 JSON 獲取數據)
java linkedhashmap iteration(javalinkedhashmap迭代)
Converting a list of objects to Map(將對象列表轉換為 Map)
Create a HashMap with a fixed Key corresponding to a HashSet. point of departure(用一個固定的Key對應一個HashSet創建一個HashMap.出發點)
HttpMessageConverter exception : RestClientException: Could not write request: no suitable HttpMessageConverter found(HttpMessageConverter 異常:RestClientException:無法寫入請求:找不到合適的 HttpMessageConverter) - IT屋-程序員
主站蜘蛛池模板: 亚洲综合在线视频 | 国产精品完整版 | 久久久久久久久久久91 | 久久精品久久久久久 | 久久精品国产99国产精品 | 国产精品爱久久久久久久 | 天天躁日日躁狠狠躁白人 | 午夜天堂精品久久久久 | 中文字幕免费中文 | 日本精品久久久久久久 | 久久久久99 | 午夜av电影| 中文字幕一区在线观看视频 | 一区日韩| 日韩精品一区二区三区在线播放 | 日韩精品福利 | 日韩欧美第一页 | 色免费在线视频 | 久久手机在线视频 | 亚洲a视频 | 无码日韩精品一区二区免费 | 手机在线一区二区三区 | 亚洲精品一区二区三区 | 99re在线观看 | 亚洲精品一区在线观看 | 亚洲一区中文 | 五月婷婷婷 | 精品欧美激情在线观看 | 国产 欧美 日韩 一区 | 天天干狠狠操 | 91久久久久久 | 国产高清视频在线 | 玖玖玖在线 | 国产精品一区二区三区在线 | 亚洲在线成人 | 国产 日韩 欧美 在线 | 国产精品a久久久久 | av看片网 | 国产精品久久国产精品久久 | 久久精品国产99国产精品 | 91嫩草精品 |