to top
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

? Examples
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
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.