Package org.eclipse.jetty.http
Class PathMap.MappedEntry<O>
- java.lang.Object
-
- org.eclipse.jetty.http.PathMap.MappedEntry<O>
-
-
Constructor Summary
Constructors Constructor Description MappedEntry(java.lang.String key, O value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
java.lang.String
getMapped()
O
getValue()
(package private) void
setMapped(java.lang.String mapped)
O
setValue(O o)
java.lang.String
toString()
-
-
-
Field Detail
-
key
private final java.lang.String key
-
value
private final O value
-
mapped
private java.lang.String mapped
-
-
Constructor Detail
-
MappedEntry
MappedEntry(java.lang.String key, O value)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interfacejava.util.Map.Entry<java.lang.String,O>
-
getValue
public O getValue()
- Specified by:
getValue
in interfacejava.util.Map.Entry<java.lang.String,O>
-
setValue
public O setValue(O o)
- Specified by:
setValue
in interfacejava.util.Map.Entry<java.lang.String,O>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getMapped
public java.lang.String getMapped()
-
setMapped
void setMapped(java.lang.String mapped)
-
-