Package com.foundationdb

Examples of com.foundationdb.Range


     *  as a prefix.
     */
    public Range range() {
        byte[] p = pack();
        //System.out.println("Packed tuple is: " + ByteArrayUtil.printable(p));
        return new Range(ByteArrayUtil.join(p, new byte[] {0x0}),
                         ByteArrayUtil.join(p, new byte[] {(byte)0xff}));
    }
View Full Code Here

TOP

Related Classes of com.foundationdb.Range

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.