| Package | Description |
|---|---|
| org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
| org.eclipse.rdf4j.query.impl |
| Modifier and Type | Method and Description |
|---|---|
Binding |
BindingSet.getBinding(String bindingName)
Gets the binding with the specified name from this BindingSet.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Binding> |
BindingSet.iterator()
Creates an iterator over the bindings in this BindingSet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingImpl
Deprecated.
since 4.0. Use
SimpleBinding instead. |
class |
SimpleBinding
An implementation of the
Binding interface. |
| Modifier and Type | Method and Description |
|---|---|
Binding |
ListBindingSet.getBinding(String bindingName) |
Binding |
EmptyBindingSet.getBinding(String bindingName) |
Binding |
MapBindingSet.getBinding(String bindingName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Binding> |
ListBindingSet.iterator() |
Iterator<Binding> |
EmptyBindingSet.iterator() |
Iterator<Binding> |
MapBindingSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapBindingSet.addBinding(Binding binding)
Adds a binding to the binding set.
|
Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.