Home > Contents > Index >
FTValList.parse
Converts a string of form "
a=b&c=d&...
" to anFTValList
.Syntax
public int parse(String inputParam)Parameters
inputParam
- Name/value pairs in the following format: "
a=b&c=d&...
"
Returns
An integer representing the number of total items in the list after the parse. So, if the list was empty prior to running the
parse
method, the returned value will equal the number of items parsed.Description
Adds name/value pairs to this list. The input name/value pairs must have the same format used in the payload portion of a URL. If any of the input names (keys) already exist in the list, then
parse
replaces the current value with the value designated withininputParam
.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.