Class ParametersImpl<K,V>
java.lang.Object
cool.scx.http.ParametersImpl<K,V>
- All Implemented Interfaces:
Parameters<K,,V> ParametersWritable<K,,V> Iterable<Map.Entry<K,List<V>>>
- Direct Known Subclasses:
FormParams
ParametersImpl
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Methods 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
contains, isEmpty
-
Constructor Details
-
ParametersImpl
-
ParametersImpl
public ParametersImpl()
-
-
Method Details
-
set
- Specified by:
setin interfaceParametersWritable<K,V>
-
add
- Specified by:
addin interfaceParametersWritable<K,V>
-
remove
- Specified by:
removein interfaceParametersWritable<K,V>
-
clear
- Specified by:
clearin interfaceParametersWritable<K,V>
-
size
public long size()- Specified by:
sizein interfaceParameters<K,V>
-
names
-
get
-
getAll
-
iterator
-
toMap
-
toString
-