Package jodd.util
Class MapEntry<K,V>
- java.lang.Object
-
- jodd.util.MapEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
public class MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>DefaultMap.Entryimplementation. Both key and the value can be modified.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)KgetKey()VgetValue()inthashCode()static <T,R>
MapEntry<T,R>of(T key, R value)static <T,R>
MapEntry<T,R>ofUnmodifiable(T key, R value)KsetKey(K key)VsetValue(V value)
-