Package com.sun.data.provider.impl

Examples of com.sun.data.provider.impl.IndexRowKey


    /**
     *  <p> This method converts the given <code>int</code> to a
     *      <code>RowKey</code>.</p>
     */
    protected RowKey getRowKey(int index) {
        return new IndexRowKey(index);
    }
View Full Code Here

TOP

Related Classes of com.sun.data.provider.impl.IndexRowKey

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.