Class FourTupleMap.TwoTupleMap

  • All Implemented Interfaces:
    org.apache.jena.atlas.lib.persistent.PersistentMap<Node,​org.apache.jena.atlas.lib.persistent.PersistentSet<Node>,​FourTupleMap.TwoTupleMap>
    Enclosing class:
    FourTupleMap

    public static class FourTupleMap.TwoTupleMap
    extends org.apache.jena.atlas.lib.persistent.PMap<Node,​org.apache.jena.atlas.lib.persistent.PersistentSet<Node>,​FourTupleMap.TwoTupleMap>
    A PMap of Nodes: Node->PersistentSet<Node>
    • Constructor Summary

      Constructors 
      Constructor Description
      TwoTupleMap()
      Default constructor.
    • Method Summary

      • Methods inherited from class org.apache.jena.atlas.lib.persistent.PMap

        asMap, containsKey, entryStream, get, minus, plus
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.jena.atlas.lib.persistent.PersistentMap

        flatten
    • Constructor Detail

      • TwoTupleMap

        public TwoTupleMap()
        Default constructor.