Package org.apache.jena.sparql.core.mem
Class OrderedTupleTable<TupleType,ConsumerType>
- java.lang.Object
-
- org.apache.jena.sparql.core.mem.OrderedTupleTable<TupleType,ConsumerType>
-
- Type Parameters:
TupleType- the tuple type in which an instance of this class works, typicallyTripleorQuadConsumerType- a consumer type that can accept the elements of aTupleType, typicallyTConsumer3orTConsumer4
- All Implemented Interfaces:
TransactionalComponent,TupleTable<TupleType>
- Direct Known Subclasses:
PMapTupleTable
public abstract class OrderedTupleTable<TupleType,ConsumerType> extends java.lang.Object implements TupleTable<TupleType>
A table ofTupleTypetuples that uses an internal order recorded viaTupleMap. In this code, namesg,s,pandoare used for the components of a tuple in canonical order, andx1throughx4are used for the components of a tuple in internal order.
-
-
Constructor Summary
Constructors Constructor Description OrderedTupleTable(org.apache.jena.atlas.lib.tuple.TupleMap order)
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.core.mem.TransactionalComponent
begin, commit, end
-
Methods inherited from interface org.apache.jena.sparql.core.mem.TupleTable
abort, add, clear, delete
-
-