public class BindingWrapped extends Object implements Binding
Constructor and Description |
---|
BindingWrapped(Binding other) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Var var)
Test whether a variable is bound to some object
|
boolean |
equals(Object other) |
Node |
get(Var var)
Return the object bound to a variable, or null
|
Binding |
getWrapped() |
int |
hashCode() |
boolean |
isEmpty()
Is this an empty binding? No variables.
|
int |
size()
Number of (var, value) pairs.
|
String |
toString() |
Iterator<Var> |
vars()
Iterate over all variables of this binding.
|
public BindingWrapped(Binding other)
public Binding getWrapped()
public boolean contains(Var var)
Binding
public Node get(Var var)
Binding
public Iterator<Var> vars()
Binding
public int size()
Binding
public boolean isEmpty()
Binding
Licenced under the Apache License, Version 2.0