VALUE - The type of value.public class SimpleMapPmb<VALUE> extends Object implements MapParameterBean<VALUE>, Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Map<String,VALUE> |
_parameterMap
The map of parameter.
|
| コンストラクタと説明 |
|---|
SimpleMapPmb() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addParameter(String key,
VALUE value)
Add the parameter to the map.
|
Map<String,VALUE> |
getParameterMap()
Get the map of parameter.
|
protected void |
initializeParameterMapIfNeeds() |
boolean |
isEmpty() |
int |
size() |
Collection<VALUE> |
values() |
public Map<String,VALUE> getParameterMap()
getParameterMap インタフェース内 MapParameterBean<VALUE>public void addParameter(String key, VALUE value)
key - The key of parameter. (NotNull)value - The value of parameter. (NullAllowed)protected void initializeParameterMapIfNeeds()
public int size()
public boolean isEmpty()
public Collection<VALUE> values()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.