199200201202203204205
if ( valueAvailable ) { return ( E ) tuple.getKey(); } throw new InvalidCursorPositionException(); }
117118119120121122123
returnedTuple.setKey( node.key ); returnedTuple.setValue( node.value ); return returnedTuple; } throw new InvalidCursorPositionException(); }
325326327328329330331
if ( available ) { return cursor.get(); } throw new InvalidCursorPositionException( I18n.err( I18n.ERR_708 ) ); }
241242243244245246247
if ( available ) { return cursors.get( cursorIndex ).get(); } throw new InvalidCursorPositionException( I18n.err( I18n.ERR_708 ) ); }
142143144145146147148
if ( onNode ) { return node.getKey(); } throw new InvalidCursorPositionException(); }
201202203204205206207
if ( valueAvailable ) { return returnedTuple; } throw new InvalidCursorPositionException(); }
118119120121122123124
returnedTuple.setBoth( tuple.getKey(), tuple.getValue().getSingleton() ); return returnedTuple; } throw new InvalidCursorPositionException(); }
191192193194195196197
if ( onNode ) { return node; } throw new InvalidCursorPositionException(); }
114115116117118119120121122123
public SearchResponse get() throws Exception { if ( !available() ) { throw new InvalidCursorPositionException(); } return response; }
385386387388389390391392393394395396397398399
if ( available ) { return userIdxCursor.get(); } throw new InvalidCursorPositionException( I18n.err( I18n.ERR_708 ) ); } if ( available ) { return ndnCandidate; } throw new InvalidCursorPositionException( I18n.err( I18n.ERR_708 ) ); }