K - the key typeV - the value typepublic final class MapValue<K,V> extends java.lang.Object implements Value<java.util.Map<K,V>>
| Constructor and Description |
|---|
MapValue(Value<? extends java.util.Map<K,V>> mapValue,
java.util.List<MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>> values)
Construct a new instance.
|
MapValue(Value<? extends java.util.Map<K,V>> mapValue,
MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>... values)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<K,V> |
getValue()
Get the actual value.
|
public MapValue(Value<? extends java.util.Map<K,V>> mapValue, java.util.List<MapEntry<? extends Value<? extends K>,? extends Value<? extends V>>> values)
mapValue - the map value to add values tovalues - the values to addCopyright © 2012 JBoss, a division of Red Hat, Inc.