org.mortbay.util
Class StringMap.NullEntry

java.lang.Object
  extended by org.mortbay.util.StringMap.NullEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
StringMap

private class StringMap.NullEntry
extends Object
implements Map.Entry


Constructor Summary
private StringMap.NullEntry()
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object o)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

StringMap.NullEntry

private StringMap.NullEntry()
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object o)
Specified by:
setValue in interface Map.Entry

toString

public String toString()
Overrides:
toString in class Object