java hashmap getitem_Java Hashmap: get all keys greater than X value

import java.util.*;

import static java.lang.String.format;

public class Dumpground {

private static final String[] fruits = new String[]{"apples", "bananas", "grapes", "oranges", "watermelons", "kiwis"};

static Map expirationMap;

public static void main(String[] args) {

long expiration = 1L;

expirationMap = new HashMap<>();

for (String fruit : values()){

expirationMap.put(fruit, expiration);

expiration++;

}

for (Map.Entry item : expirationMap.entrySet()) {

String key = item.getKey();

Long value = item.getValue();

System.out.println(format("key: %s, value: %s", key, value));

}

}

public static String[] values() {return fruits;}

}

OUTPUT

key: oranges, value: 4

key: watermelons, value: 5

key: kiwis, value: 6

key: bananas, value: 2

key: apples, value: 1

key: grapes, value: 3

I am trying to find a clever ways to grep all keys where its values are greater than X

for example, if X == 3, it should return oranges, and watermelons and kiwis

the obvious way is just iterate through map and compare the value, but is there easy, concise way to do it?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值