| Modifier and Type | Field and Description |
|---|---|
protected Map<String,net.sf.jasperreports.engine.fill.JRFillField> |
map |
| Constructor and Description |
|---|
FieldMapWrapper() |
FieldMapWrapper(Map<String,net.sf.jasperreports.engine.fill.JRFillField> 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) |
Map |
getPreviousValues() |
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.JRFillField> fldsm) |
int |
size() |
Collection |
values() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FieldMapWrapper(Map<String,net.sf.jasperreports.engine.fill.JRFillField> map)
public FieldMapWrapper()
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 Map getPreviousValues()
Copyright © 2006–2022 FDV Solutions. All rights reserved.