私はラムダジに慣れていないので、もっと慣れようとしています。lambdaj を使用してこのコードを更新したい:
Passed in parameter Map<String, Device> devices;
final Map<String, String> resultHash = new HashMap<String, String>();
for (Device device : devices.values()) {
result.put(device.getAddress(), device.getName());
}
助けてくれてありがとう