X - The type of the value that is held by the value holder.public interface ValueHolder<X>
ValueHolders are mutable and the methods may throw
RuntimeExceptions.| Modifier and Type | Method and Description |
|---|---|
X |
getValue()
Returns the value of the value holder.
|
void |
setValue(X value)
Sets the value of the value holder.
|
X getValue()
RuntimeExceptions.void setValue(X value)
RuntimeExceptions.value - The new value of the value holder.Copyright © 2020 Blazebit. All rights reserved.