Class HashIndexTable

java.lang.Object
org.apache.jena.sparql.engine.index.HashIndexTable
All Implemented Interfaces:
IndexTable

public class HashIndexTable extends Object implements IndexTable
Indexes bindings so that they can be search for quickly when a binding to all the variables is provided. If a binding to only some of the known variables is provided then the index still works, but will search linearly.