Class ReadOnlyMapEntry<K,V>

java.lang.Object
org.apache.ofbiz.base.util.collections.ReadOnlyMapEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>

public class ReadOnlyMapEntry<K,V> extends Object implements Map.Entry<K,V>
this class can go away when ofbiz switches to java 1.6, replaced by AbstractMap.SimpleImmutableEntry