bookmark

dictionary - Java - How to create new Entry (key, value) - Stack Overflow


Description

Map.Entry<String,Integer> entry = new AbstractMap.SimpleEntry<String, Integer>("exmpleString", 42);

Preview

Tags

Users

  • @jil

Comments and Reviews