Interface Settable<T>
-
- Type Parameters:
T- Type of the value.
- All Known Subinterfaces:
Ref<T>
public interface Settable<T>A generic settable value container.- Author:
- Miroslav Fuksa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(T value)Set a new value.
-
-
-
Method Detail
-
set
void set(T value)
Set a new value.- Parameters:
value- value to be set.
-
-