public class PMapQuadTable extends PMapTupleTable<FourTupleMap,Quad,org.apache.jena.atlas.lib.tuple.TConsumer4<Node>> implements QuadTable
| Constructor and Description |
|---|
PMapQuadTable(String order) |
PMapQuadTable(String canonical,
String order) |
PMapQuadTable(String tableName,
org.apache.jena.atlas.lib.tuple.TupleMap order) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Quad q)
Add a tuple to the table
|
void |
delete(Quad q)
Remove a tuple from the table
|
java.util.stream.Stream<Quad> |
find(Node g,
Node s,
Node p,
Node o)
Search the table using a pattern of slots.
|
begin, clear, commit, endequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, findInUnionGraph, listGraphNodesabortbegin, commit, endpublic PMapQuadTable(String order)
order - an internal order for this tablepublic PMapQuadTable(String canonical, String order)
canonical - the canonical order outside this tableorder - the internal order for this tablepublic PMapQuadTable(String tableName, org.apache.jena.atlas.lib.tuple.TupleMap order)
tableName - a name for this tableorder - the order of elements in this tablepublic void add(Quad q)
TupleTableadd in interface TupleTable<Quad>q - the tuple to addpublic void delete(Quad q)
TupleTabledelete in interface TupleTable<Quad>q - the tuple to removeLicenced under the Apache License, Version 2.0