public class BindingHashMap extends BindingBase implements BindingMap
Constructor and Description |
---|
BindingHashMap()
Using BindingFactory.create is better
|
BindingHashMap(Binding parent)
Using BindingFactory.create is better
|
Modifier and Type | Method and Description |
---|---|
void |
add(Var var,
Node node)
Add a (var,value) - the node value is never null
|
void |
addAll(Binding other)
Add all the (var, value) pairs from another binding
|
boolean |
contains1(Var var) |
Node |
get1(Var var) |
Iterator<Var> |
vars1()
Iterate over all the names of variables.
|
public BindingHashMap(Binding parent)
public BindingHashMap()
public boolean contains1(Var var)
public final void add(Var var, Node node)
add
in interface BindingMap
public final void addAll(Binding other)
BindingMap
addAll
in interface BindingMap
Licenced under the Apache License, Version 2.0