Interface Value<V>
- Type Parameters:
V- the referenced value type
- All Superinterfaces:
Supplier<V>
- All Known Subinterfaces:
OffsetValue<V>
- All Known Implementing Classes:
OffsetValue.DefaultOffsetValue,OffsetValue.DurationOffsetValue,OffsetValue.InstantOffsetValue,OffsetValue.TemporalOffsetValue,Value.AbstractValue
A mutable reference to some value.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
set
Updates the referenced value.- Parameters:
value- the new value.
-