public interface Reference<T>
BrooklynStorage.getReference(String)| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Sets the value back to null.
|
boolean |
contains(java.lang.Object other) |
T |
get() |
boolean |
isNull() |
T |
set(T val) |
T get()
boolean isNull()
void clear()
set(null).boolean contains(java.lang.Object other)