Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

UrlQuerySanitizer.ParameterValuePair

extends Object
java.lang.Object
   ↳ android.net.UrlQuerySanitizer.ParameterValuePair

Class Overview

A simple tuple that holds parameter-value pairs.

Summary

Fields
public String mParameter The unencoded parameter
public String mValue The unencoded value
Public Constructors
UrlQuerySanitizer.ParameterValuePair ( String parameter, String value)
Construct a parameter-value tuple.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String mParameter

Added in API level 1

The unencoded parameter

public String mValue

Added in API level 1

The unencoded value

Public Constructors

public UrlQuerySanitizer.ParameterValuePair ( String parameter, String value)

Added in API level 1

Construct a parameter-value tuple.

Parameters
parameter an unencoded parameter
value an unencoded value