Class ReadOnlyMapEntry<K,V>
- java.lang.Object
-
- org.apache.ofbiz.base.util.collections.ReadOnlyMapEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
public class ReadOnlyMapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
this class can go away when ofbiz switches to java 1.6, replaced by AbstractMap.SimpleImmutableEntry
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyMapEntry(K key, V value)
-