Class HashedBunchMap

All Implemented Interfaces:
JenaMap<Node,TripleBunch>, JenaMapSetCommon<Node>

public class HashedBunchMap extends HashCommonMap<Node,TripleBunch>
A map from nodes to bunches of triples.
  • Constructor Details

    • HashedBunchMap

      public HashedBunchMap()
  • Method Details

    • clear

      public void clear()
      Description copied from interface: JenaMapSetCommon
      Clear the collection.
    • copy

      public HashedBunchMap copy()
      Create a copy of this map. The new map will contain all the same nodes as keys of this map, but copies of the bunches as values.
      Returns:
      an independent copy of this map