org.mortbay.jetty.servlet
Class PathMap.Entry

java.lang.Object
  extended by org.mortbay.jetty.servlet.PathMap.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
PathMap

public static class PathMap.Entry
extends Object
implements Map.Entry


Field Summary
private  Object key
           
private  String mapped
           
private  String string
           
private  Object value
           
 
Constructor Summary
PathMap.Entry(Object key, Object value)
           
 
Method Summary
 Object getKey()
           
 String getMapped()
           
 Object getValue()
           
(package private)  void setMapped(String mapped)
           
 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
 

Field Detail

key

private Object key

value

private Object value

mapped

private String mapped

string

private transient String string
Constructor Detail

PathMap.Entry

PathMap.Entry(Object key,
              Object value)
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

getMapped

public String getMapped()

setMapped

void setMapped(String mapped)