public interface Bindings
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Returns whether these Bindings contain any values.
|
java.lang.Object |
resolve(java.lang.String key)
Returns a value for the given key or
null if no such key exists in these Bindings. |
@Nullable
java.lang.Object resolve(@Nonnull
java.lang.String key)
null if no such key exists in these Bindings.key - The key to resolve.Object or null.boolean isEmpty()
true if these Bindings are empty, false if there is at least one value.