T - Type of the value.public interface Settable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
set(T value)
Set a new value.
|
void set(T value)
value - value to be set.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.