Class NameValuePair
java.lang.Object
org.htmlunit.util.NameValuePair
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeyDataPair
A name/value pair.
- Author:
- Daniel Gredler, Nicolas Belisle, Ronald Brill, Michael Lueck
- See Also:
-
Constructor Details
-
NameValuePair
-
-
Method Details
-
getName
-
getValue
-
equals
-
hashCode
-
toString
-
normalized
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
convert null values to empty string- Returns:
- a normalized copy of the
NameValuePair
-