|
||||||||||
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)
|
com.hp.hpl.jena.graph.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 Binding
public com.hp.hpl.jena.graph.Node get(Var var)
Binding
get
in interface Binding
public Iterator<Var> vars()
Binding
vars
in interface Binding
public String toString()
toString
in class Object
public int size()
Binding
size
in interface Binding
public boolean isEmpty()
Binding
isEmpty
in interface Binding
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |