| Constructor and Description |
|---|
ParameterMapWrapper() |
ParameterMapWrapper(Map<String,net.sf.jasperreports.engine.fill.JRFillParameter> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object arg0,
Object arg1) |
void |
putAll(Map arg0) |
Object |
remove(Object key) |
void |
setMap(Map<String,net.sf.jasperreports.engine.fill.JRFillParameter> parsm) |
void |
setReportName(String reportName) |
int |
size() |
Collection |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ParameterMapWrapper(Map<String,net.sf.jasperreports.engine.fill.JRFillParameter> map)
public ParameterMapWrapper()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic boolean equals(Object o)
public int hashCode()
public Collection values()
public void setReportName(String reportName)
Copyright © 2006–2017 FDV Solutions. All rights reserved.