Class FastHashedBunchMap

All Implemented Interfaces:
org.apache.jena.atlas.lib.Copyable<FastHashedBunchMap>, JenaMap<Node,FastTripleBunch>, JenaMapSetCommon<Node>

public class FastHashedBunchMap extends FastHashMap<Node,FastTripleBunch> implements org.apache.jena.atlas.lib.Copyable<FastHashedBunchMap>
Map from nodes to triple bunches.
  • Constructor Details

    • FastHashedBunchMap

      public FastHashedBunchMap()
  • Method Details