Package org.jrdf.graph.local.iterator

Examples of org.jrdf.graph.local.iterator.FixedResourcePredicateIterator


    public ClosableIterator<PredicateNode> newPredicateIterator() {
        return new AnyResourcePredicateIterator(trees[1], graphHandlers[1]);
    }

    public ClosableIterator<PredicateNode> newPredicateIterator(Long resource) {
        return new FixedResourcePredicateIterator(resource, graphHandlers[0], graphHandlers[1]);
    }
View Full Code Here

TOP

Related Classes of org.jrdf.graph.local.iterator.FixedResourcePredicateIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.