Moves the cursor to the given key. Unless this returns false, iteration should continue as normal. A call to next() before getRecord() after jump() will return the record AFTER the one identified by this key.
@param key The key to jump to.
@return true if the key was found.
Move the cursor to the front of records corresponding a key.
@param key the key.
@return If successful, it is true, else, it is false. False is returned if there is norecord corresponding the condition.
@note The cursor is set to the first record corresponding the key or the next substitute ifcompletely matching record does not exist.
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.