Package org.jrdf.util.btree

Examples of org.jrdf.util.btree.EntryIteratorOneFixedOneArray


    public ClosableIterator<Long> getFourthForTwoValues(Long first, Long second) {
        return new EntryIteratorTwoFixedOneArray(first, second, btree);
    }

    public ClosableIterator<Long> getFourthForOneValue(Long first) {
        return new EntryIteratorOneFixedOneArray(first, btree);
    }
View Full Code Here

TOP

Related Classes of org.jrdf.util.btree.EntryIteratorOneFixedOneArray

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.