Package org.eclipse.jetty.http
Class PathMap.MappedEntry<O>
- java.lang.Object
-
- org.eclipse.jetty.http.PathMap.MappedEntry<O>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.StringgetMapped()OgetValue()OsetValue(O o)java.lang.StringtoString()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfacejava.util.Map.Entry<java.lang.String,O>
-
getValue
public O getValue()
- Specified by:
getValuein interfacejava.util.Map.Entry<java.lang.String,O>
-
setValue
public O setValue(O o)
- Specified by:
setValuein interfacejava.util.Map.Entry<java.lang.String,O>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMapped
public java.lang.String getMapped()
-
-