Interface FormParamsWritable
- All Superinterfaces:
FormParams, Iterable<ParameterEntry<String,String>>, Parameters<String, String>, ParametersWritable<String, String>
- All Known Implementing Classes:
FormParamsImpl
FormParamsWritable
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Methods inherited from interface FormParams
encodeMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Parameters
contains, forEach, forEachParameter, get, getAll, isEmpty, names, size, toMap, toMultiValueMap
-
Method Details
-
clear
FormParamsWritable clear()- Specified by:
clearin interfaceParametersWritable<String,String>
-
remove
- Specified by:
removein interfaceParametersWritable<String,String>
-
add
- Specified by:
addin interfaceParametersWritable<String,String>
-
set
- Specified by:
setin interfaceParametersWritable<String,String>
-