JBoss Modular Service Kernel API 1.0.2.GA
- 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 Kernel API 1.0.2.GA
Copyright © 2011 JBoss, a division of Red Hat, Inc.