public interface Bindings
| Modifier and Type | Interface and Description |
|---|---|
static class |
Bindings.Simple |
| Modifier and Type | Method and Description |
|---|---|
static Bindings |
bindings(Bindings parent,
Object... args) |
static Bindings |
bindings(Object... args) |
<T> T |
get(Object key) |
<T> void |
put(Object key,
T value) |
void |
remove(Object key) |
Copyright © 2020. All rights reserved.