JBoss Modular Service Container 1.2.6.Final
- java.lang.Object
-
- org.jboss.msc.value.ListItemValue<T>
-
-
Constructor Summary
Constructors
Constructor and Description |
ListItemValue(Value<java.util.List<? extends T>> listValue,
Value<? extends java.lang.Number> indexValue)
Construct a new instance.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ListItemValue
public ListItemValue(Value<java.util.List<? extends T>> listValue,
Value<? extends java.lang.Number> indexValue)
Construct a new instance.
- Parameters:
listValue
- the list in which to look
indexValue
- the index at which to look
JBoss Modular Service Container 1.2.6.Final
Copyright © 2012 JBoss, a division of Red Hat, Inc.