public final class ImmutableBindingSet extends DelegatingBindingSet
An immutable BindingSet
| Constructor and Description |
|---|
ImmutableBindingSet(org.openrdf.query.BindingSet theBindingSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getBindingNames() |
Iterator<org.openrdf.query.Binding> |
iterator() |
getBinding, getDelegate, getValue, hasBinding, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ImmutableBindingSet(org.openrdf.query.BindingSet theBindingSet)
public Iterator<org.openrdf.query.Binding> iterator()
iterator in interface Iterable<org.openrdf.query.Binding>iterator in interface org.openrdf.query.BindingSetiterator in class DelegatingBindingSetpublic Set<String> getBindingNames()
getBindingNames in interface org.openrdf.query.BindingSetgetBindingNames in class DelegatingBindingSetCopyright © 2010-2016 Stardog Union. All Rights Reserved.