public class Bindings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bindings.IdentifierBinding |
static class |
Bindings.IndexBinding |
| Constructor and Description |
|---|
Bindings() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentifierBinding(Object identifier,
BindingValue value) |
void |
addIndexBinding(int index,
BindingValue value) |
SortedSet<Binding> |
getIdentifierBindings() |
SortedSet<Binding> |
getIndexBindings() |
public void addIndexBinding(int index,
BindingValue value)
public void addIdentifierBinding(Object identifier, BindingValue value)
Copyright © 2018. All rights reserved.