com.springsource.util.common
Class CaseInsensitiveMap.EntrySet.MapEntry<V>

java.lang.Object
  extended by 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>


Field Summary
private  java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> entry
           
 
Constructor Summary
CaseInsensitiveMap.EntrySet.MapEntry(java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> entry)
           
 
Method Summary
 java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> getEntry()
          Get the underlying Map.Entry.
 java.lang.String getKey()
          
 V getValue()
          
 V setValue(V value)
          
 
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
 

Field Detail

entry

private final java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> entry
Constructor Detail

CaseInsensitiveMap.EntrySet.MapEntry

public CaseInsensitiveMap.EntrySet.MapEntry(java.util.Map.Entry<CaseInsensitiveMap.CaseInsensitiveKey,V> entry)
Method Detail

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