public class CopyOnWriteRef<T> extends Object
| Constructor and Description |
|---|
CopyOnWriteRef(T value,
Computable<T,T> cloner) |
| Modifier and Type | Method and Description |
|---|---|
T |
getImmutable() |
T |
getMutable() |
T |
getPeek() |
boolean |
isMutable() |
void |
setValue(T value) |
Copyright © 2019. All rights reserved.