Interface BindingMap
-
- All Superinterfaces:
Binding
- All Known Implementing Classes:
BindingHashMap
@Deprecated public interface BindingMap extends Binding
Deprecated.UseBindingBuilder; avoid mutable bindings.Bindings are immutable, and are equal-by-value, but they have to be constructed somehow and this interface captures that. Bindings should be created, then not changed, and returned as type "Binding".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidadd(Var var, Node node)Deprecated.Add a (var, value) pair - the value must not be nullvoidaddAll(Binding other)Deprecated.Add all the (var, value) pairs from another binding
-