com.hp.hpl.jena.sparql.engine.binding
Class BindingKey
java.lang.Object
com.hp.hpl.jena.sparql.engine.binding.BindingKey
public class BindingKey
- extends java.lang.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.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.