Interface Parameters<K,V>
- All Known Subinterfaces:
ParametersWritable<K,,V> ScxHttpHeaders,ScxHttpHeadersWritable
- All Known Implementing Classes:
FormParams,ParametersImpl
Parameters 类似 MultiMap 但是分为 只读 和 可读可写 两种类型 , 以便实现更细粒度的控制 ( 默认实现 基于 MultiMap)
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
of
-
of
-
size
long size() -
names
-
get
-
getAll
-
contains
-
isEmpty
default boolean isEmpty() -
toMap
-