JBoss Modular Service Container 1.2.0.Beta1
- java.lang.Object
-
- org.jboss.msc.value.MapItemValue<T>
-
-
Constructor Summary
Constructors
Constructor and Description |
MapItemValue(Value<?> keyValue,
Value<? extends java.util.Map<?,? extends T>> mapValue)
Construct a new instance.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
T |
getValue()
Get the actual value.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MapItemValue
public MapItemValue(Value<?> keyValue,
Value<? extends java.util.Map<?,? extends T>> mapValue)
Construct a new instance.
- Parameters:
keyValue
- the map keymapValue
- the map to look into
JBoss Modular Service Container 1.2.0.Beta1
Copyright © 2012 JBoss, a division of Red Hat, Inc.