com.hp.hpl.jena.sparql.engine.index
Interface IndexTable

All Known Implementing Classes:
HashIndexTable, LinearIndex, SetIndexTable

public interface IndexTable

Interface for indexes that are used for identifying matching Bindings when QueryIterMinus is trying to determine which Bindings need to be removed.

Contribution from Paul Gearon


Method Summary
 boolean containsCompatibleWithSharedDomain(Binding binding)
           
 

Method Detail

containsCompatibleWithSharedDomain

boolean containsCompatibleWithSharedDomain(Binding binding)


Licenced under the Apache License, Version 2.0