Class TripleSet

All Implemented Interfaces:
org.apache.jena.atlas.lib.Copyable<TripleSet>, JenaMapSetCommon<Triple>, JenaSet<Triple>, JenaSetHashOptimized<Triple>

public class TripleSet extends FastHashSet<Triple> implements org.apache.jena.atlas.lib.Copyable<TripleSet>
Set of triples that is backed by a TripleSet.
  • Constructor Details

    • TripleSet

      public TripleSet()
  • Method Details

    • copy

      public TripleSet copy()
      Create a copy of this set.
      Specified by:
      copy in interface org.apache.jena.atlas.lib.Copyable<TripleSet>
      Returns:
      TripleSet