Class FormParams
- All Implemented Interfaces:
Parameters<String,,String> ParametersWritable<String,,String> Iterable<Map.Entry<String, List<String>>>
FormParams
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cool.scx.http.parameters.ParametersImpl
get, getAll, iterator, names, size, toMap, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface cool.scx.http.parameters.Parameters
contains, isEmpty
-
Constructor Details
-
FormParams
public FormParams()
-
-
Method Details
-
set
- Specified by:
setin interfaceParametersWritable<String,String> - Overrides:
setin classParametersImpl<String,String>
-
add
- Specified by:
addin interfaceParametersWritable<String,String> - Overrides:
addin classParametersImpl<String,String>
-
remove
- Specified by:
removein interfaceParametersWritable<String,String> - Overrides:
removein classParametersImpl<String,String>
-
clear
- Specified by:
clearin interfaceParametersWritable<String,String> - Overrides:
clearin classParametersImpl<String,String>
-