Class FindableCollection
- java.lang.Object
-
- org.apache.jena.sparql.util.graph.FindableCollection
-
-
Constructor Summary
Constructors Constructor Description FindableCollection(java.util.Collection<Triple> triples)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Node s, Node p, Node o)Return whether any triple matches the (s,p,o) pattern.java.util.Iterator<Triple>find(Node _s, Node _p, Node _o)Return an iterator over all triples matching the(s,p,o)pattern.
-
-
-
Constructor Detail
-
FindableCollection
public FindableCollection(java.util.Collection<Triple> triples)
-
-