Class FindableCollection

java.lang.Object
org.apache.jena.sparql.util.graph.FindableCollection
All Implemented Interfaces:
Findable

public class FindableCollection extends Object implements Findable
  • Constructor Details

  • Method Details

    • find

      public Iterator<Triple> find(Node _s, Node _p, Node _o)
      Description copied from interface: Findable
      Return an iterator over all triples matching the (s,p,o) pattern. Each element of (s,p,o) can be concrete, or the wildcard Node.ANY.
      Specified by:
      find in interface Findable
    • contains

      public boolean contains(Node s, Node p, Node o)
      Description copied from interface: Findable
      Return whether any triple matches the (s,p,o) pattern. Each element of (s,p,o) can be concrete, or the wildcard Node.ANY.
      Specified by:
      contains in interface Findable