public class MapWrapper<K,V> extends BaseWrapper<Map<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
MapWrapper()
Creates a new wrapper.
|
|
MapWrapper(Map<K,V> map)
Creates a new wrapper for the given map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
getMap()
Returns the receiver's map.
|
void |
setMap(Map<K,V> map)
Sets the receiver's map to the given one.
|
Copyright © 2020. All rights reserved.