java.lang.Object
com.aoapps.net.EmptyURIParameters
- All Implemented Interfaces:
Writable,URIParameters
Empty parameters singleton.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EmptyURIParametersgetParameter(String name) Gets the value for the provided parameter name ornullif doesn't exist.Gets an unmodifiable map view of all parameters.Gets an unmodifiable iterator of the parameter names.getParameterValues(String name) Gets an unmodifiable view of all values for a multi-value parameter ornullif has no values.booleantoString()Gets the query string encoded in the default encodingIRI.ENCODING, not including the '?'
-
Method Details
-
getInstance
-
toString
Gets the query string encoded in the default encodingIRI.ENCODING, not including the '?' prefix. -
getParameter
Description copied from interface:URIParametersGets the value for the provided parameter name ornullif doesn't exist. If the parameter has multiple values, the first value is returned.- Specified by:
getParameterin interfaceURIParameters
-
getParameterNames
Description copied from interface:URIParametersGets an unmodifiable iterator of the parameter names.- Specified by:
getParameterNamesin interfaceURIParameters
-
getParameterValues
Description copied from interface:URIParametersGets an unmodifiable view of all values for a multi-value parameter ornullif has no values.- Specified by:
getParameterValuesin interfaceURIParameters
-
getParameterMap
Description copied from interface:URIParametersGets an unmodifiable map view of all parameters.- Specified by:
getParameterMapin interfaceURIParameters
-
isFastToString
public boolean isFastToString()- Specified by:
isFastToStringin interfaceURIParameters- Specified by:
isFastToStringin interfaceWritable
-
