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
You could actually go with: Map.Entry en= Maps.immutableEntry(key, value);
Map.Entry en= Maps.immutableEntry(key, value);