T - the final type of the implementation of this interface.public interface Settable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
set(T other)
Copies the values from
other into this object. |
void set(T other)
other into this object.other - the other object to copy the values from. Not modified.