com.hp.hpl.jena.sparql.engine.binding
Class BindingKey
java.lang.Object
com.hp.hpl.jena.sparql.engine.binding.BindingKey
public class BindingKey
- extends Object
A binding helper that can be a key in a Set or Map.
Changing the key binding while in such a structure is not supported.
key
public Binding key
value
public Binding value
BindingKey
public BindingKey(Binding binding)
BindingKey
public BindingKey(Binding keyBinding,
Binding valueBinding)
getBinding
public Binding getBinding()
getKey
public Binding getKey()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.