Class ImmutableMapEntry<K,E>
- java.lang.Object
-
- org.magicwerk.brownies.collections.ImmutableMapEntry<K,E>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,E>
public class ImmutableMapEntry<K,E> extends java.lang.Object implements java.util.Map.Entry<K,E>
Read-only implementation of Map.Entry.
-
-
Constructor Summary
Constructors Constructor Description ImmutableMapEntry(K key, E value)
Constructor of an immutable map entry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
E
getValue()
E
setValue(E value)
java.lang.String
toString()
-