Package io.microsphere.collection
Class MapUtils.ImmutableEntry<K,V>
- java.lang.Object
-
- io.microsphere.collection.MapUtils.ImmutableEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- MapUtils
public static class MapUtils.ImmutableEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description ImmutableEntry(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-