java.lang.Object
org.apache.jena.atlas.lib.persistent.PMap<org.apache.jena.graph.Node,org.apache.jena.atlas.lib.persistent.PersistentSet<org.apache.jena.graph.Node>,FourTupleMap.TwoTupleMap>
org.apache.jena.sparql.core.mem.FourTupleMap.TwoTupleMap
- All Implemented Interfaces:
org.apache.jena.atlas.lib.persistent.PersistentMap<org.apache.jena.graph.Node,org.apache.jena.atlas.lib.persistent.PersistentSet<org.apache.jena.graph.Node>, FourTupleMap.TwoTupleMap>
- Enclosing class:
- FourTupleMap
public static class FourTupleMap.TwoTupleMap
extends org.apache.jena.atlas.lib.persistent.PMap<org.apache.jena.graph.Node,org.apache.jena.atlas.lib.persistent.PersistentSet<org.apache.jena.graph.Node>,FourTupleMap.TwoTupleMap>
A
PMap of Nodes: Node->PersistentSet<Node>-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.atlas.lib.persistent.PMap
asMap, containsKey, entryStream, get, minus, plusMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.atlas.lib.persistent.PersistentMap
flatten
-
Constructor Details
-
TwoTupleMap
public TwoTupleMap()Default constructor.
-