|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.engine.binding.BindingWrapped
public class BindingWrapped
A binding that wraps another.
| Constructor Summary | |
|---|---|
BindingWrapped(Binding other)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindingWrapped(Binding other)
| Method Detail |
|---|
public Binding getWrapped()
public boolean contains(Var var)
Binding
contains in interface Bindingpublic Node get(Var var)
Binding
get in interface Bindingpublic Iterator<Var> vars()
Binding
vars in interface Bindingpublic String toString()
toString in class Objectpublic int size()
Binding
size in interface Bindingpublic boolean isEmpty()
Binding
isEmpty in interface Bindingpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||