I\'d like to create new item that similarly to Util.Map.Entry that will contain the structure key, value.
Util.Map.Entry
key
value
The problem is that
Why Map.Entry? I guess something like a key-value pair is fit for the case.
Map.Entry
Use java.util.AbstractMap.SimpleImmutableEntry or java.util.AbstractMap.SimpleEntry
java.util.AbstractMap.SimpleImmutableEntry
java.util.AbstractMap.SimpleEntry