| Modifier and Type | Field and Description |
|---|---|
private Value<? extends java.lang.Number> |
indexValue |
private Value<? extends java.util.List<? extends T>> |
listValue |
| Constructor and Description |
|---|
ListItemValue(Value<java.util.List<? extends T>> listValue,
Value<? extends java.lang.Number> indexValue)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|
private final Value<? extends java.lang.Number> indexValue