Package org.jboss.msc.value
Class ListItemValue<T>
- java.lang.Object
-
- org.jboss.msc.value.ListItemValue<T>
-
-
Field Summary
Fields Modifier and Type Field Description private Value<? extends java.lang.Number>
indexValue
private Value<? extends java.util.List<? extends T>>
listValue
-
Constructor Summary
Constructors Constructor Description ListItemValue(Value<java.util.List<? extends T>> listValue, Value<? extends java.lang.Number> indexValue)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
Get the actual value.
-