TupleType - the tuple type in which an instance of this class works, typically Triple or QuadConsumerType - a consumer type that can accept the elements of a TupleType, typically
TConsumer3 or TConsumer4public abstract class OrderedTupleTable<TupleType,ConsumerType> extends Object implements TupleTable<TupleType>
TupleType tuples that uses an internal order recorded via TupleMap. In this code, names
g, s, p and o are used for the components of a tuple in canonical order, and
x1 through x4 are used for the components of a tuple in internal order.| Constructor and Description |
|---|
OrderedTupleTable(org.apache.jena.atlas.lib.tuple.TupleMap order) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabort, add, clear, deletebegin, commit, endpublic OrderedTupleTable(org.apache.jena.atlas.lib.tuple.TupleMap order)
order - the order of elements in this tableLicenced under the Apache License, Version 2.0