com.hp.hpl.jena.sparql.engine.index
Class SetIndexTable

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.index.SetIndexTable
All Implemented Interfaces:
IndexTable

public class SetIndexTable
extends Object
implements IndexTable

An IndexTable implementation optimized for the case where there is only a single common variable


Constructor Summary
SetIndexTable(Set<Var> commonVars, QueryIterator data)
          Creates a new index table
 
Method Summary
 boolean containsCompatibleWithSharedDomain(Binding binding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetIndexTable

public SetIndexTable(Set<Var> commonVars,
                     QueryIterator data)
Creates a new index table

Parameters:
commonVars - Common Variables
data - Data
Method Detail

containsCompatibleWithSharedDomain

public boolean containsCompatibleWithSharedDomain(Binding binding)
Specified by:
containsCompatibleWithSharedDomain in interface IndexTable


Licenced under the Apache License, Version 2.0