com.springsource.util.common
Class CaseInsensitiveMap.EntrySet.MapEntry<V>
java.lang.Object
com.springsource.util.common.CaseInsensitiveMap.EntrySet.MapEntry<V>
- All Implemented Interfaces:
- java.util.Map.Entry<java.lang.String,V>
- Enclosing class:
- CaseInsensitiveMap.EntrySet<V>
private static final class CaseInsensitiveMap.EntrySet.MapEntry<V>
- extends java.lang.Object
- implements java.util.Map.Entry<java.lang.String,V>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
entry
private final java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> entry
CaseInsensitiveMap.EntrySet.MapEntry
public CaseInsensitiveMap.EntrySet.MapEntry(java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> entry)
getKey
public java.lang.String getKey()
-
- Specified by:
getKey
in interface java.util.Map.Entry<java.lang.String,V>
getValue
public V getValue()
-
- Specified by:
getValue
in interface java.util.Map.Entry<java.lang.String,V>
setValue
public V setValue(V value)
-
- Specified by:
setValue
in interface java.util.Map.Entry<java.lang.String,V>
getEntry
public java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> getEntry()
- Get the underlying
Map.Entry
.
- Returns:
- the underlying
Entry