Class MemStatementIterator<X extends Exception>

    • Constructor Detail

      • MemStatementIterator

        public MemStatementIterator​(MemStatementList statementList,
                                    MemResource subject,
                                    MemIRI predicate,
                                    MemValue object,
                                    Boolean explicit,
                                    int snapshot,
                                    MemResource... contexts)
        Creates a new MemStatementIterator that will iterate over the statements contained in the supplied MemStatementList searching for statements that match the specified pattern of subject, predicate, object and context(s).
        Parameters:
        statementList - the statements over which to iterate.
        subject - subject of pattern.
        predicate - predicate of pattern.
        object - object of pattern.
        contexts - context(s) of pattern.