122123124125126127128
returnedTuple.setBoth( tuple.getKey(), tuple.getValue().getSingleton() ); return returnedTuple; } throw new InvalidCursorPositionException(); }
183184185186187188189
if ( position == Position.ON_NODE ) { return array.get( current ); } throw new InvalidCursorPositionException(); }
153154155156157158159
if ( position == Position.ON_NODE ) { return node.getKey(); } throw new InvalidCursorPositionException(); }
383384385386387388389
if ( list.get( index ).available() ) { return list.get( index ).get(); } throw new InvalidCursorPositionException(); }
301302303304305306307
if ( available() ) { return prefetched; } throw new InvalidCursorPositionException(); }
198199200201202203204
if ( valueAvailable ) { return ( E ) tuple.getKey(); } throw new InvalidCursorPositionException(); }
238239240241242243244
if ( valueAvailable ) { return returnedTuple; } throw new InvalidCursorPositionException(); }
126127128129130131132
returnedTuple.setKey( node.key ); returnedTuple.setValue( node.value ); return returnedTuple; } throw new InvalidCursorPositionException(); }
202203204205206207208
363364365366367368369