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 Deprecated Methods Modifier and Type Method Description java.lang.String
getKey()
Deprecated.java.lang.String
getMapped()
Deprecated.O
getValue()
Deprecated.O
setValue(O o)
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Deprecated.- Specified by:
getKey
in interfacejava.util.Map.Entry<java.lang.String,O>
-
getValue
public O getValue()
Deprecated.- Specified by:
getValue
in interfacejava.util.Map.Entry<java.lang.String,O>
-
setValue
public O setValue(O o)
Deprecated.- Specified by:
setValue
in interfacejava.util.Map.Entry<java.lang.String,O>
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
getMapped
public java.lang.String getMapped()
Deprecated.
-
-