public class BasicScratchpad extends java.lang.Object implements Scratchpad
| Constructor and Description |
|---|
BasicScratchpad() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ConfigKey<?> key) |
<T> T |
get(ConfigKey<T> key) |
<T> void |
put(ConfigKey<T> key,
T value) |
public <T> T get(ConfigKey<T> key)
get in interface Scratchpadpublic <T> void put(ConfigKey<T> key, T value)
put in interface Scratchpadpublic boolean contains(ConfigKey<?> key)
contains in interface Scratchpad