public class BindingSetSortKeyBuilder extends Object implements ISortKeyBuilder<IBindingSet>
IBindingSet
s.Constructor and Description |
---|
BindingSetSortKeyBuilder(IKeyBuilder keyBuilder,
IVariable[] vars) |
public BindingSetSortKeyBuilder(IKeyBuilder keyBuilder, IVariable[] vars)
keyBuilder
- Used to generate the unsigned byte[] key for each bound
variable. In particular, the configuration for the
IKeyBuilder
governs how Unicode fields are handled.vars
- An array of IVariable
s, all of which MUST be bound.public byte[] getSortKey(IBindingSet bindingSet)
ISortKeyBuilder
getSortKey
in interface ISortKeyBuilder<IBindingSet>
bindingSet
- Some object (required).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.